This is an automated email from the ASF dual-hosted git repository.
sunlan pushed a commit to branch GROOVY_3_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/GROOVY_3_0_X by this push:
new c0f3915 Bundle javaparser jar file in the distribution
c0f3915 is described below
commit c0f3915c6989e0ee70a4b2e35035364550d69c1e
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Jan 13 08:15:49 2020 +0800
Bundle javaparser jar file in the distribution
(cherry picked from commit e75c78a4f438335aeff56f9c0a88aeaa95c0a7e9)
---
subprojects/groovy-groovydoc/build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/subprojects/groovy-groovydoc/build.gradle
b/subprojects/groovy-groovydoc/build.gradle
index 141fc12..874e3af 100644
--- a/subprojects/groovy-groovydoc/build.gradle
+++ b/subprojects/groovy-groovydoc/build.gradle
@@ -18,7 +18,7 @@
*/
dependencies {
implementation rootProject
- implementation "com.github.javaparser:javaparser-core:$javaParserVersion"
+ compile "com.github.javaparser:javaparser-core:$javaParserVersion"
testImplementation rootProject.sourceSets.test.runtimeClasspath
implementation project(':groovy-templates')
runtime project(':groovy-docgenerator')