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.
2 parents d8347d9 + cc09c00 commit 8cfe371Copy full SHA for 8cfe371
build.gradle
@@ -346,6 +346,7 @@ configurations {
346
347
dependencies {
348
if (configurations.find { it.name == 'documentation' }) {
349
+ documentation platform("org.grails:grails-bom:$grailsVersion")
350
documentation "info.picocli:picocli:$picocliVersion"
351
documentation "org.fusesource.jansi:jansi"
352
documentation "jline:jline"
0 commit comments