We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea6b7a0 commit 7e6a34eCopy full SHA for 7e6a34e
buildSrc/src/main/groovy/grails/plugin/springsecurity/CreateReleaseDropDownTask.groovy
@@ -76,7 +76,7 @@ abstract class CreateReleaseDropDownTask extends DefaultTask {
76
77
private String createVersionSelectDropDownHtml(List<SoftwareVersion> softwareVersions) {
78
String selectHtml = "<select onChange='window.document.location.href=this.options[this.selectedIndex].value;'>"
79
- String snapshotHref = "https://grails.github.io/grails-spring-security-core/index.html"
+ String snapshotHref = "https://grails.github.io/grails-spring-security-core/snapshot/index.html"
80
if (currentVersion.get().endsWith("-SNAPSHOT")) {
81
selectHtml += "<option selected='selected' value='${snapshotHref}'>SNAPSHOT</option>"
82
} else {
0 commit comments