Skip to content

Commit

Permalink
add mavenCentral() remove mavenLocal() (#506)
Browse files Browse the repository at this point in the history
* add mavenCentral()

* Update build.gradle
  • Loading branch information
jamesfredley authored Oct 4, 2024
1 parent 1f43dc0 commit a259c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {
}

repositories {
mavenLocal()
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
}

Expand Down

0 comments on commit a259c29

Please sign in to comment.