We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
gradlePluginPortal()
1 parent b57da03 commit d54b862Copy full SHA for d54b862
build.gradle
@@ -1,8 +1,7 @@
1
buildscript {
2
repositories {
3
mavenCentral()
4
- maven { url "https://plugins.gradle.org/m2/" }
5
- maven { url 'https://repo.gradle.org/gradle/libs-releases' }
+ gradlePluginPortal()
6
}
7
dependencies {
8
classpath "org.graceframework:grace-gradle-plugin:$graceVersion"
@@ -33,7 +32,6 @@ apply plugin: "org.asciidoctor.jvm.convert"
33
32
34
35
36
- maven { url "https://repo.gradle.org/gradle/libs-releases" }
37
38
39
configurations {
0 commit comments