-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathsettings.gradle
More file actions
57 lines (53 loc) · 1.76 KB
/
settings.gradle
File metadata and controls
57 lines (53 loc) · 1.76 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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'
include 'spellsource-graphql'
include 'spellsource-heuristic-trainer'
include 'vertx-jooq-fork:vertx-jooq-shared'
include 'vertx-jooq-fork:vertx-jooq-shared-reactive'
include 'vertx-jooq-fork:vertx-jooq-classic'
include 'vertx-jooq-fork:vertx-jooq-classic-jdbc'
include 'vertx-jooq-fork:vertx-jooq-classic-reactive'
include 'vertx-jooq-fork:vertx-jooq-rx'
include 'vertx-jooq-fork:vertx-jooq-rx-jdbc'
include 'vertx-jooq-fork:vertx-jooq-rx-reactive'
include 'vertx-jooq-fork:vertx-jooq-rx3'
include 'vertx-jooq-fork:vertx-jooq-rx3-jdbc'
include 'vertx-jooq-fork:vertx-jooq-rx3-reactive'
include 'vertx-jooq-fork:vertx-jooq-mutiny'
include 'vertx-jooq-fork:vertx-jooq-mutiny-jdbc'
include 'vertx-jooq-fork:vertx-jooq-mutiny-reactive'
include 'vertx-jooq-fork:vertx-jooq-generate'