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 2020/10/21 03:20:53 UTC

[groovy] 02/02: fix build for JDK14+

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 4536f33ec0e7cd3d50a3394bbc0cf5b4c99a09e4
Author: Paul King <pa...@asert.com.au>
AuthorDate: Wed Oct 21 13:20:39 2020 +1000

    fix build for JDK14+
---
 subprojects/tests-preview/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/subprojects/tests-preview/build.gradle b/subprojects/tests-preview/build.gradle
index 3e3b2fd..b5d03a2 100644
--- a/subprojects/tests-preview/build.gradle
+++ b/subprojects/tests-preview/build.gradle
@@ -19,6 +19,7 @@
 plugins {
     id 'groovy'
     id 'org.apache.groovy-common'
+    id 'org.apache.groovy-internal'
 }
 
 dependencies {