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 2019/07/07 10:19:44 UTC

[groovy] branch master updated: GROOVY-9177: Support JDK14 (side effect: closes #961)

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


The following commit(s) were added to refs/heads/master by this push:
     new 02a675b  GROOVY-9177: Support JDK14 (side effect: closes #961)
02a675b is described below

commit 02a675b9c0d4ae9fc36993067ac57df568e5f7bf
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sun Jul 7 20:19:34 2019 +1000

    GROOVY-9177: Support JDK14 (side effect: closes #961)
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 763e1ba..93b13a6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -142,7 +142,7 @@ configurations {
 
 ext {
     antVersion = '1.10.5'
-    asmVersion = '7.2-beta'
+    asmVersion = '7.2-beta' // TODO remove beta before GA release
     antlrVersion = '2.7.7'
     bridgerVersion = '1.5.Final'
     coberturaVersion = '1.9.4.1'