Skip to content

Commit

Permalink
Revert "Update plugin pluginPublishing to v0.19.0 (#4429)"
Browse files Browse the repository at this point in the history
This reverts commit aec4337.

reason: gradle/gradle#19458 (comment)
  • Loading branch information
schalkms committed Jan 4, 2022
1 parent 36e8959 commit 9ec2ad6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gradle/libs.versions.toml
Expand Up @@ -43,8 +43,13 @@ jcommander = "com.beust:jcommander:1.81"
binaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.8.0" }
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.19.0" }
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
<<<<<<< HEAD
gradleVersions = { id = "com.github.ben-manes.versions", version = "0.40.0" }
pluginPublishing = { id = "com.gradle.plugin-publish", version = "0.19.0" }
=======
gradleVersions = { id = "com.github.ben-manes.versions", version = "0.39.0" }
pluginPublishing = { id = "com.gradle.plugin-publish", version = "0.18.0" }
>>>>>>> parent of aec43377a... Update plugin pluginPublishing to v0.19.0 (#4429)
shadow = { id = "com.github.johnrengelman.shadow", version = "7.1.2" }
sonarqube = { id = "org.sonarqube", version = "3.3" }

Expand Down

0 comments on commit 9ec2ad6

Please sign in to comment.