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 2022/01/13 12:07:05 UTC

[groovy] branch master updated: reinstate deleted comment explaining dependency requirement

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 ea62d51  reinstate deleted comment explaining dependency requirement
ea62d51 is described below

commit ea62d51ee1ad4234f8e466a46fd993195fbf4248
Author: Paul King <pa...@asert.com.au>
AuthorDate: Thu Jan 13 22:06:40 2022 +1000

    reinstate deleted comment explaining dependency requirement
---
 subprojects/groovy-json/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/subprojects/groovy-json/build.gradle b/subprojects/groovy-json/build.gradle
index 7190c9c..9ae5951 100644
--- a/subprojects/groovy-json/build.gradle
+++ b/subprojects/groovy-json/build.gradle
@@ -32,7 +32,7 @@ dependencies {
             requireCapability 'org.apache.groovy:groovy-grapes'
         }
     }
-    testRuntimeOnly project(':groovy-ant')
+    testRuntimeOnly project(':groovy-ant') // for JavadocAssertionTests
     testRuntimeOnly 'com.google.code.gson:gson:2.8.9' // json-unit requires gson, jackson1 or jackson2
 }