Skip to content

Commit

Permalink
Update CreateReleaseDropDownTask.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Aug 24, 2023
1 parent edc363a commit 02384fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ abstract class CreateReleaseDropDownTask extends DefaultTask {
selectHtml += "<option selected='selected' value='${snapshotHref}'>SNAPSHOT</option>"
} else {
selectHtml += "<option value='${snapshotHref}'>SNAPSHOT</option>"
selectHtml += "<option selected='selected' value=\"https://grails.github.io/grails-spring-security-core/${currentVersion.get()}/index.html\">${currentVersion.get()}</option>"
}
softwareVersions.forEach(softwareVersion -> {
String versionName = softwareVersion.versionText
Expand Down

0 comments on commit 02384fa

Please sign in to comment.