Skip to content

Commit ef000b2

Browse files
committed
Don't use mavenLocal()
1 parent 65ae083 commit ef000b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
buildscript {
22
repositories {
3-
mavenLocal()
3+
// mavenLocal()
44
mavenCentral()
55
// maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
66
maven { url "https://repo.gradle.org/gradle/libs-releases" }
@@ -28,7 +28,7 @@ apply plugin: "com.github.erdi.webdriver-binaries"
2828
apply plugin: "org.graceframework.grace-gsp"
2929

3030
repositories {
31-
mavenLocal()
31+
// mavenLocal()
3232
mavenCentral()
3333
// maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
3434
}

0 commit comments

Comments
 (0)