Skip to content

Commit

Permalink
Remove unused-versions plugin (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodbx authored May 26, 2024
1 parent 04812bb commit 8314f24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import org.jetbrains.kotlin.gradle.dsl.KotlinTopLevelExtension

apply plugin: 'com.github.ben-manes.versions'

buildscript {
repositories {
mavenCentral()
Expand All @@ -16,7 +14,6 @@ buildscript {
classpath libs.plugin.android
classpath libs.plugin.mavenPublish
classpath libs.plugin.dokka
classpath libs.plugin.versions
classpath libs.plugin.spotless
classpath libs.plugin.buildConfig
classpath libs.plugin.poko
Expand Down
1 change: 0 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,3 @@ plugin-ksp = { module = "com.google.devtools.ksp:com.google.devtools.ksp.gradle.
plugin-mavenPublish = { module = "com.vanniktech:gradle-maven-publish-plugin", version = "0.28.0" }
plugin-poko = { module = "dev.drewhamilton.poko:poko-gradle-plugin", version = "0.15.3" }
plugin-spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version = "6.25.0" }
plugin-versions = { module = "com.github.ben-manes:gradle-versions-plugin", version = "0.51.0" }

0 comments on commit 8314f24

Please sign in to comment.