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
commit 8539a4847e5c406d208c6ef229d9408fddcfe842 Author: Daniel Sun <[email protected]> AuthorDate: Sun Feb 4 15:26:54 2024 +0800 Align with gradle binary version, i.e. 8.6 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1848479f07..b518146141 100644 --- a/gradle.properties +++ b/gradle.properties @@ -21,7 +21,7 @@ groovyTargetBytecodeVersion=1.8 targetJavaVersion=8 binaryCompatibilityBaseline=4.0.11 -gradle_version=8.5 +gradle_version=8.6 groovyJUnit_ms=512m groovyJUnit_mx=2g
