You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/10/31 05:26:16 UTC

[groovy] branch master updated: fix build error

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new da8c61fec0 fix build error
da8c61fec0 is described below

commit da8c61fec002e1eadfabe9cab1f7de0e8931e4c2
Author: Paul King <pa...@asert.com.au>
AuthorDate: Mon Oct 31 15:26:07 2022 +1000

    fix build error
---
 build-logic/build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-logic/build.gradle b/build-logic/build.gradle
index 5b673cdf2a..1cff6817fb 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -23,6 +23,7 @@ plugins {
 
 repositories {
     gradlePluginPortal()
+    mavenCentral()
 }
 
 dependencies {
@@ -32,4 +33,4 @@ dependencies {
     implementation 'org.nosphere.apache:creadur-rat-gradle:0.8.0'
     implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13'
     implementation 'me.champeau.gradle:jmh-gradle-plugin:0.5.3'
-}
\ No newline at end of file
+}