Skip to content

Commit

Permalink
Use gradlePluginPortal()
Browse files Browse the repository at this point in the history
Closes gh-4
  • Loading branch information
rainboyan committed Nov 15, 2024
1 parent 97d2d39 commit 01a116f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
buildscript {
repositories {
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
maven { url 'https://repo.gradle.org/gradle/libs-releases' }
gradlePluginPortal()
}
dependencies {
classpath "org.graceframework:grace-gradle-plugin:$graceVersion"
Expand Down

0 comments on commit 01a116f

Please sign in to comment.