Skip to content

Commit 8b53ee9

Browse files
committed
fix: download version 6 from grails-forge repo
1 parent d395cbb commit 8b53ee9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ class DownloadPage {
5252
def tag = "v$version"
5353
if (major < 7) {
5454
artifactName = "grails-$version"
55+
if (major == 6) {
56+
baseUrl = 'https://github.com/apache/grails-forge/releases/download'
57+
artifactName = "grails-cli-$version"
58+
}
5559
if (major == 1 && minor == 1) {
5660
artifactName = "grails-bin-$version"
5761
}

0 commit comments

Comments
 (0)