Skip to content

Commit ce66f2e

Browse files
committed
changes based on review comments
1 parent 164c0e3 commit ce66f2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/resources/sample.servlet/settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@
77
* Detailed information about configuring a multi-project build in Gradle can be found
88
* in the user guide at https://docs.gradle.org/3.5/userguide/multi_project_builds.html
99
*/
10-
plugins {id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'}
1110
/*
1211
// To declare projects as part of a multi-project build use the 'include' method
1312
include 'shared'
1413
include 'api'
1514
include 'services:webservice'
1615
*/
17-
16+
plugins {id 'org.gradle.toolchains.foojay-resolver-convention' version '0.8.0'}
1817
rootProject.name = 'sample.servlet'

0 commit comments

Comments
 (0)