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 f12112b commit 60813f6Copy full SHA for 60813f6
build.gradle
@@ -124,7 +124,7 @@ subprojects {
124
if (isStandardGroovyMavenProject) {
125
documentation "org.fusesource.jansi:jansi:1.18"
126
documentation "org.codehaus.groovy:groovy-dateutil:$groovyVersion"
127
- documentation 'info.picocli:picocli:3.8.0'
+ documentation 'info.picocli:picocli:4.4.0'
128
compile group: 'org.codehaus.groovy', name: 'groovy', version: groovyVersion
129
130
testCompile group: 'org.codehaus.groovy', name: 'groovy-test', version: groovyVersion
0 commit comments