Skip to content

Commit

Permalink
Gradle Plugin: remove SDK Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Apr 11, 2023
1 parent 61bb18d commit 590327a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
12 changes: 0 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ buildscript {
dependencies {
classpath "io.github.gradle-nexus:publish-plugin:$gradleNexusPublishPluginVersion"
classpath "com.netflix.nebula:gradle-extra-configurations-plugin:$gradleExtraConfigurationsPluginVersion"
classpath "gradle.plugin.io.sdkman:gradle-sdkvendor-plugin:$gradleSdkVendorVersion"
classpath "org.gradle:test-retry-gradle-plugin:$gradleTestRetryPlugin"
classpath "org.codenarc:CodeNarc:$codenarcVersion"
}
Expand Down Expand Up @@ -464,14 +463,3 @@ project.afterEvaluate {
}
}
}

apply plugin: "io.sdkman.vendors"
sdkman {
api = "https://vendors.sdkman.io"
consumerKey = System.getenv("GVM_SDKVENDOR_KEY") ?: project.hasProperty("gvmSdkvendorKey") ? project.gvmSdkvendorKey : ''
consumerToken = System.getenv("GVM_SDKVENDOR_TOKEN") ?: project.hasProperty("gvmSdkvendorToken") ? project.gvmSdkvendorToken : ''
candidate = "grails"
version = project.version
url = "https://github.com/grails/grails-core/releases/download/v${project.version}/grails-${project.version}.zip"
hashtag = "#grailsfw"
}
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
projectVersion=2022.2.0-SNAPSHOT
gradleExtraConfigurationsPluginVersion=9.0.0
gradleNexusPublishPluginVersion=1.3.0
gradleSdkVendorVersion=1.2.1
gradleTestRetryPlugin=1.5.2
checkstyleVersion=10.9.3
codenarcVersion=3.2.0
Expand Down

0 comments on commit 590327a

Please sign in to comment.