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 2021/08/29 07:36:12 UTC

[groovy] branch GROOVY_2_5_X updated: add some build-related comments

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

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


The following commit(s) were added to refs/heads/GROOVY_2_5_X by this push:
     new 2b56c1d  add some build-related comments
2b56c1d is described below

commit 2b56c1dfc66975ad1f3005dc4e0c72f5ec2042be
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Aug 29 17:36:06 2021 +1000

    add some build-related comments
---
 gradle.properties | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gradle.properties b/gradle.properties
index 1792c55..26d6454 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -17,6 +17,9 @@ groovyVersion = 2.5.15-SNAPSHOT
 # bundle version format: major('.'minor('.'micro('.'qualifier)?)?)? (first 3 only digits)
 groovyBundleVersion = 2.5.15.SNAPSHOT
 
+# latest version which runs jdk 7
+# we build under 8+ but test against 7
+# we could explore further tricks if we are forced to upgrade gradle version (gradle scan at this version is still looking for bintray)
 gradle_version=4.10.3
 
 groovyJUnit_ms=512m