Skip to content

Commit

Permalink
fix docs task by adding grails-bom
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesfredley committed Dec 27, 2024
1 parent d8347d9 commit cc09c00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ configurations {

dependencies {
if (configurations.find { it.name == 'documentation' }) {
documentation platform("org.grails:grails-bom:$grailsVersion")
documentation "info.picocli:picocli:$picocliVersion"
documentation "org.fusesource.jansi:jansi"
documentation "jline:jline"
Expand Down

0 comments on commit cc09c00

Please sign in to comment.