From b85897c2e3b0b4967b966d2b4995b821d9bc9142 Mon Sep 17 00:00:00 2001 From: aaron Date: Wed, 16 Oct 2024 15:58:58 -0400 Subject: [PATCH] grails-156: Update Project Version of the example to be the same as the version of the plugin. --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index b2a5f89..1b04921 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {