Skip to content

Commit 277fc99

Browse files
committed
use new sdkman vendor API url
1 parent 8006004 commit 277fc99

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
@@ -499,7 +499,7 @@ task buildscriptDependencies(type: org.gradle.api.tasks.diagnostics.DependencyRe
499499

500500
apply plugin: "io.sdkman.vendors"
501501
sdkman {
502-
api = "https://gvm-vendor.herokuapp.com"
502+
api = "https://vendors.sdkman.io"
503503
consumerKey = System.getenv("GVM_SDKVENDOR_KEY") ?: project.hasProperty("gvmSdkvendorKey") ? project.gvmSdkvendorKey : ''
504504
consumerToken = System.getenv("GVM_SDKVENDOR_TOKEN") ?: project.hasProperty("gvmSdkvendorToken") ? project.gvmSdkvendorToken : ''
505505
candidate = "grails"

0 commit comments

Comments
 (0)