This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch GROOVY_5_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_5_0_X by this push:
new fabe67be4b minor refactor: stray mavenLocal used for testing left on
fabe67be4b is described below
commit fabe67be4bea1ae4dbcad6a5a201f19c6db2a6a5
Author: Paul King <[email protected]>
AuthorDate: Thu Mar 26 21:17:30 2026 +1000
minor refactor: stray mavenLocal used for testing left on
---
subprojects/groovy-binary/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subprojects/groovy-binary/build.gradle
b/subprojects/groovy-binary/build.gradle
index 72fabf6463..8be2cf0c59 100644
--- a/subprojects/groovy-binary/build.gradle
+++ b/subprojects/groovy-binary/build.gradle
@@ -25,7 +25,7 @@ plugins {
}
repositories {
- mavenLocal()
+// mavenLocal()
mavenCentral()
}