-
Notifications
You must be signed in to change notification settings - Fork 42
/
Copy pathsettings.gradle
39 lines (36 loc) · 1021 Bytes
/
settings.gradle
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
}
}
plugins {
id('org.gradle.toolchains.foojay-resolver-convention') version '0.8.0'
}
buildCache {
local {
directory = new File(rootDir, '.gradle/build-cache')
}
}
include 'spellsource-game'
include 'spellsource-protos'
include 'spellsource-cards-git'
include 'spellsource-testutils'
include 'spellsource-common'
include 'spellsource-cards-private'
include 'spellsource-containers'
include 'spellsource-web'
include 'spellsource-server'
include 'spellsource-client'
include 'spellsource-game-benchmarks'
include 'spellsource-server-deployment'
include 'spellsource-private'
include 'spellsource-web-cardeditor-support'
include 'spellsource-python'
include 'spellsource-keycloak'
include 'vertx-grpc:vertx-grpc-protoc-plugin2'
include 'vertx-grpc:vertx-grpc-client'
include 'vertx-grpc:vertx-grpc-common'
include 'vertx-grpc:vertx-grpc-context-storage'
include 'vertx-grpc:vertx-grpc-it'
include 'vertx-grpc:vertx-grpc-server'