We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a132cbe commit 216231aCopy full SHA for 216231a
start/settings.gradle
@@ -1,20 +1 @@
1
-rootProject.name = 'guide-gradle-multimodules'
2
-// tag::includeJar[]
3
-include ':jar'
4
-// end::includeJar[]
5
-// tag::includeWar[]
6
-include ':war'
7
-// end::includeWar[]
8
-// tag::includeEar[]
9
-include ':ear'
10
-// end::includeEar[]
11
-
12
-// tag::jarDir[]
13
-project(':jar').projectDir = "$rootDir/jar" as File
14
-// end::jarDir[]
15
-// tag::warDir[]
16
-project(':war').projectDir = "$rootDir/war" as File
17
-// end::warDir[]
18
-// tag::earDir[]
19
-project(':ear').projectDir = "$rootDir/ear" as File
20
-// end::earDir[]
+rootProject.name = 'guide-gradle-multimodules'
0 commit comments