We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c213d commit 25f684aCopy full SHA for 25f684a
build.gradle
@@ -122,7 +122,7 @@ subprojects {
122
compile "javax.annotation:javax.annotation-api:$javaAnnotationApiVersion"
123
124
if (isStandardGroovyMavenProject) {
125
- documentation "org.fusesource.jansi:jansi:1.11"
+ documentation "org.fusesource.jansi:jansi:1.18"
126
documentation "org.codehaus.groovy:groovy-dateutil:$groovyVersion"
127
documentation 'info.picocli:picocli:3.8.0'
128
compile group: 'org.codehaus.groovy', name: 'groovy', version: groovyVersion
0 commit comments