Skip to content

Commit a3b25b0

Browse files
author
Harrison Cole
committed
Enable org.gradle.toolchains.foojay-resolver-convention plugin.
1 parent 229109d commit a3b25b0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

settings.gradle

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
plugins {
2+
id 'org.gradle.toolchains.foojay-resolver-convention' version '0.9.0'
3+
}
4+
5+
6+
dependencyResolutionManagement {
7+
repositories {
8+
mavenCentral()
9+
}
10+
}

0 commit comments

Comments
 (0)