File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ deploy:
4040 tags : true
4141 all_branches : true
4242after_deploy :
43- - ./gradlew sdkMajorRelease
43+ - ./gradlew sdkMinorRelease
4444after_success :
4545- ./trigger-dependent-build.sh
4646cache :
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111 classpath " com.github.adrianbk:gradle-travisci-trigger-plugin:1.0.0"
1212 classpath ' com.bmuschko:gradle-nexus-plugin:2.3'
1313 classpath " io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.5.3"
14- classpath ' net.gvmtool :gradle-sdkvendor-plugin:0.3.1 '
14+ classpath " gradle.plugin.io.sdkman :gradle-sdkvendor-plugin:1.0.0 "
1515 }
1616}
1717
@@ -497,8 +497,8 @@ task buildscriptDependencies(type: org.gradle.api.tasks.diagnostics.DependencyRe
497497 }
498498}
499499
500- apply plugin : ' net.gvmtool.sdkvendor '
501- gvm {
500+ apply plugin : " io.sdkman.vendors "
501+ sdkman {
502502 api = " https://gvm-vendor.herokuapp.com"
503503 consumerKey = System . getenv(" GVM_SDKVENDOR_KEY" ) ?: project. hasProperty(" gvmSdkvendorKey" ) ? project. gvmSdkvendorKey : ' '
504504 consumerToken = System . getenv(" GVM_SDKVENDOR_TOKEN" ) ?: project. hasProperty(" gvmSdkvendorToken" ) ? project. gvmSdkvendorToken : ' '
You can’t perform that action at this time.
0 commit comments