Skip to content

Commit

Permalink
Gradle plugin publish plugin security update (#3246)
Browse files Browse the repository at this point in the history
  • Loading branch information
turansky authored Apr 8, 2020
1 parent dbffe6d commit 5d34b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ buildscript {
bootstrapCompilerClasspath(kotlin("compiler-embeddable", bootstrapKotlinVersion))

classpath("org.jetbrains.kotlin:kotlin-build-gradle-plugin:0.0.17")
classpath("com.gradle.publish:plugin-publish-plugin:0.9.7")
classpath("com.gradle.publish:plugin-publish-plugin:0.11.0")
classpath(kotlin("gradle-plugin", bootstrapKotlinVersion))
classpath("org.jetbrains.dokka:dokka-gradle-plugin:0.9.17")
}
Expand Down Expand Up @@ -453,7 +453,7 @@ allprojects {

// Aggregate task for build related checks
tasks.register("checkBuild")

apply(from = "$rootDir/gradle/cacheRedirector.gradle.kts")
}
}
Expand Down

0 comments on commit 5d34b15

Please sign in to comment.