This is an automated email from the ASF dual-hosted git repository.
sunlan 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 e75c78a Bundle javaparser jar file in the distribution
e75c78a is described below
commit e75c78a4f438335aeff56f9c0a88aeaa95c0a7e9
Author: Daniel Sun <[email protected]>
AuthorDate: Mon Jan 13 08:15:49 2020 +0800
Bundle javaparser jar file in the distribution
---
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')