Skip to content

Commit

Permalink
Prepare next version and fix sdkman release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpanzer committed Dec 27, 2023
1 parent d0005d6 commit 1f85459
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version=3.0.0-alpha.2
version=3.0.0-alpha.3-SNAPSHOT
org.gradle.jvmargs=-XX:MaxMetaspaceSize=512m
3 changes: 1 addition & 2 deletions gradle/sdkman.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ task distributionAvailable() {

doLast {
String errorMsg = "Distribution is not available at $sdkman.url"

HttpURLConnection connection = sdkman.url.toURL().openConnection()
HttpURLConnection connection = sdkman.url.get().toURL().openConnection()
connection.setRequestMethod("HEAD")
connection.connect()

Expand Down

0 comments on commit 1f85459

Please sign in to comment.