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
commit 3fe139c77040745b312ff079eab4f15570c3f3e9 Author: Paul King <[email protected]> AuthorDate: Thu Aug 14 14:44:40 2025 +1000 revert accidental testing configuration --- subprojects/groovy-groovysh/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/subprojects/groovy-groovysh/build.gradle b/subprojects/groovy-groovysh/build.gradle index 2d36e10a3c..8554256b98 100644 --- a/subprojects/groovy-groovysh/build.gradle +++ b/subprojects/groovy-groovysh/build.gradle @@ -21,7 +21,8 @@ plugins { } repositories { - mavenLocal() +// For testing new JLine versions +// mavenLocal() mavenCentral() }
