Skip to content

Commit

Permalink
Update com.gradle.plugin-publish and remove workaround (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Apr 7, 2023
1 parent 9f215d1 commit b2ec6cc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
`kotlin-dsl`
id("com.gradle.plugin-publish") version "1.1.0"
id("com.gradle.plugin-publish") version "1.2.0"
// From 6.14.0 onwards Spotless requires Gradle to be on Java 11,
// but we still use Java 8 in .github/workflows/java-versions.yml.
id("com.diffplug.spotless") version "6.13.0"
Expand Down Expand Up @@ -78,8 +78,6 @@ configurations {
testImplementation {
exclude(group = "junit", module = "junit")
}
// Workaround https://github.com/gradle/gradle/issues/23928
shadow.configure { afterEvaluate { this@configure.dependencies.remove(project.dependencies.gradleApi()) } }
}

dependencies {
Expand Down

0 comments on commit b2ec6cc

Please sign in to comment.