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

Commit 8cfe371

Browse files
authored
Merge pull request #461 from grails/fix-docs-task
fix docs task by adding grails-bom
2 parents d8347d9 + cc09c00 commit 8cfe371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ configurations {
346346

347347
dependencies {
348348
if (configurations.find { it.name == 'documentation' }) {
349+
documentation platform("org.grails:grails-bom:$grailsVersion")
349350
documentation "info.picocli:picocli:$picocliVersion"
350351
documentation "org.fusesource.jansi:jansi"
351352
documentation "jline:jline"

0 commit comments

Comments
 (0)