Skip to content

Commit

Permalink
Replaced jcenter() with gradlePluginPortal() for clover.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisala committed Jan 13, 2022
1 parent c32557f commit 23f210e
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 @@ -3,7 +3,7 @@ buildscript {
mavenLocal()
maven { url "https://nexus.ala.org.au/content/groups/public/" }
maven { url "https://repo.grails.org/grails/core" }
jcenter()
gradlePluginPortal()
}
dependencies {
classpath "org.grails:grails-gradle-plugin:$grailsVersion"
Expand Down

0 comments on commit 23f210e

Please sign in to comment.