We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ae083 commit ef000b2Copy full SHA for ef000b2
build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
repositories {
3
- mavenLocal()
+ // mavenLocal()
4
mavenCentral()
5
// maven { url "https://s01.oss.sonatype.org/content/repositories/snapshots/" }
6
maven { url "https://repo.gradle.org/gradle/libs-releases" }
@@ -28,7 +28,7 @@ apply plugin: "com.github.erdi.webdriver-binaries"
28
apply plugin: "org.graceframework.grace-gsp"
29
30
31
32
33
34
}
0 commit comments