Skip to content

Commit

Permalink
remove unused revapi dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Jan 5, 2024
1 parent 686d428 commit bf03678
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ dependencies {
api(libs.indra.common)
api(libs.indra.publishing.sonatype)
api(libs.errorprone.gradle)
api(libs.revapi.gradle)
api(libs.spotless)
}

Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
indra = "3.1.3"
gradleErrorprone = "3.1.0"
spotless = "6.23.3"
revapi = "1.7.0"

[libraries]
indra-common = { module = "net.kyori:indra-common", version.ref = "indra" }
indra-publishing-sonatype = { module = "net.kyori:indra-publishing-sonatype", version.ref = "indra" }
errorprone-gradle = { module = "net.ltgt.gradle:gradle-errorprone-plugin", version.ref = "gradleErrorprone" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
revapi-gradle = { module = "com.palantir.gradle.revapi:gradle-revapi", version.ref = "revapi" }

0 comments on commit bf03678

Please sign in to comment.