We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 164c0e3 commit ce66f2eCopy full SHA for ce66f2e
src/test/resources/sample.servlet/settings.gradle
@@ -7,12 +7,11 @@
7
* Detailed information about configuring a multi-project build in Gradle can be found
8
* in the user guide at https://docs.gradle.org/3.5/userguide/multi_project_builds.html
9
*/
10
-plugins {id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'}
11
/*
12
// To declare projects as part of a multi-project build use the 'include' method
13
include 'shared'
14
include 'api'
15
include 'services:webservice'
16
17
-
+plugins {id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'}
18
rootProject.name = 'sample.servlet'
0 commit comments