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 07:51:10 UTC

[groovy] branch GROOVY_4_0_X updated: fix build error

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

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


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

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

    fix build error
---
 build-logic/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build-logic/build.gradle b/build-logic/build.gradle
index 1f615244d2..81e891d2c7 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -23,6 +23,7 @@ plugins {
 
 repositories {
     gradlePluginPortal()
+    mavenCentral()
 }
 
 dependencies {