We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
grails-forge
1 parent d395cbb commit 8b53ee9Copy full SHA for 8b53ee9
1 file changed
buildSrc/src/main/groovy/org/grails/documentation/DownloadPage.groovy
@@ -52,6 +52,10 @@ class DownloadPage {
52
def tag = "v$version"
53
if (major < 7) {
54
artifactName = "grails-$version"
55
+ if (major == 6) {
56
+ baseUrl = 'https://github.com/apache/grails-forge/releases/download'
57
+ artifactName = "grails-cli-$version"
58
+ }
59
if (major == 1 && minor == 1) {
60
artifactName = "grails-bin-$version"
61
}
0 commit comments