Skip to content

Commit

Permalink
Update nexus publishing plugin to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla committed Apr 7, 2024
1 parent 5890d5a commit 863e249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {
dependencies {
api(libs.indra.common)
api(libs.indra.publishing.sonatype)
api(libs.nexus.publish) // Upgrade version from indra-publishing-sonatype transitive dep
api(libs.indra.crossdoc)
api(libs.errorprone.gradle)
api(libs.spotless)
Expand Down
4 changes: 3 additions & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
[plugins]
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version = "2.0.0" }
nexus-publish = { id = "io.github.gradle-nexus.publish-plugin", version.ref = "nexus-publish" }

[versions]
indra = "3.1.3"
gradleErrorprone = "3.1.0"
spotless = "6.25.0"
nexus-publish = "2.0.0"

[libraries]
indra-common = { module = "net.kyori:indra-common", version.ref = "indra" }
indra-crossdoc = { module = "net.kyori:indra-crossdoc", version.ref = "indra" }
indra-publishing-sonatype = { module = "net.kyori:indra-publishing-sonatype", version.ref = "indra" }
nexus-publish = { module = "io.github.gradle-nexus:publish-plugin", version.ref = "nexus-publish" }
errorprone-gradle = { module = "net.ltgt.gradle:gradle-errorprone-plugin", version.ref = "gradleErrorprone" }
spotless = { module = "com.diffplug.spotless:spotless-plugin-gradle", version.ref = "spotless" }
palantir-baseline = { module = "com.palantir.baseline:gradle-baseline-java", version = "5.37.0" }
Expand Down

0 comments on commit 863e249

Please sign in to comment.