Skip to content

Commit b84fa61

Browse files
committed
Use the new url of Grace binary distribution for sdkMan
Closes gh-1110
1 parent 3624a45 commit b84fa61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ apply plugin: "io.sdkman.vendors"
447447
sdkman {
448448
candidate = "grace"
449449
version = project.version
450-
url = "https://github.com/graceframework/grace-framework/releases/download/v${project.version}/grace-${project.version}.zip"
450+
url = "https://github.com/graceframework/grace-framework/releases/download/v${project.version}/grace-${project.version}-bin.zip"
451451
hashtag = "graceframework"
452452
}
453453

0 commit comments

Comments
 (0)