Skip to content

Commit

Permalink
grails-156: Update Project Version of the example to be the same as t…
Browse files Browse the repository at this point in the history
…he version of the plugin.
  • Loading branch information
amondel2 committed Oct 16, 2024
1 parent fbd180e commit b85897c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ allprojects {
repositories {
mavenCentral()
maven { url "https://repo.grails.org/grails/core" }
maven {
url = 'https://repo.gradle.org/gradle/libs-releases'
description = 'Needed for Gradle Tooling API'
}
}

configurations.configureEach {
Expand Down

0 comments on commit b85897c

Please sign in to comment.