Skip to content

Commit

Permalink
change sdkman distribution url from bintray to github releases
Browse files Browse the repository at this point in the history
  • Loading branch information
ancho committed Mar 21, 2021
1 parent 13a9b73 commit cc1e9f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/sdkman.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ sdkman {
candidate = "jbake"
version = rootProject.version
hashtag = "#JBake"
url = "https://dl.bintray.com/jbake/binary/${distZip.archiveName}"
url = "https://github.com/jbake-org/jbake/releases/download/v${project.version}/${distZip.archiveFileName.get()}"
}

task distributionAvailable() {
Expand All @@ -31,4 +31,4 @@ task distributionAvailable() {

tasks.findAll{ it.name ==~ /sdk.*(Release|Version)/ }.each {
it.dependsOn distributionAvailable
}
}

0 comments on commit cc1e9f3

Please sign in to comment.