Skip to content

Commit ea96d74

Browse files
committed
Include dependency on Gradle build script repository
Signed-off-by: Daniel Lacasse <[email protected]>
1 parent 8f34964 commit ea96d74

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "gradle/libraries/gradle-build-script"]
2+
path = gradle/libraries/gradle-build-script
3+
url = [email protected]:gradle-plugins/gradle-build-script.git

gradle/libraries/gradle-build-script

Submodule gradle-build-script added at d326ad8

settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ apply plugin: 'dev.gradleplugins.gradle-plugin-development'
1414

1515
rootProject.name = 'toolbox'
1616

17-
includeBuild '../gradle-build-script'
17+
includeBuild 'gradle/libraries/gradle-build-script'
1818

1919
// Gradle Fixtures
2020
include('gradle-fixtures')
@@ -92,4 +92,4 @@ plugins.withId('com.gradle.enterprise') {
9292
}
9393
}
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)