Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit 8064bc6

Browse files
authored
Merge pull request #391 from grails/fix-groovydocs-task
add javaparser-core dependency to fix groovydoc task
2 parents 86927a0 + 5c9025d commit 8064bc6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ dependencies {
7676
documentation "org.codehaus.groovy:groovy:$groovyVersion"
7777
documentation "org.codehaus.groovy:groovy-ant:$groovyVersion"
7878
documentation "org.codehaus.groovy:groovy-templates:$groovyVersion"
79+
documentation "com.github.javaparser:javaparser-core:$javaParserVersion"
7980

8081
}
8182

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ groovyVersion=3.0.23
44
liquibaseVersion=4.19.0
55
liquibaseHibernateVersion=4.19.0
66
projectVersion=5.0.0-SNAPSHOT
7+
javaParserVersion=3.15.14
78

89
websiteUrl=https://grails-plugins.github.io/grails-database-migration
910
issueTrackerUrl=https://github.com/grails-plugins/grails-database-migration/issues

0 commit comments

Comments
 (0)