Skip to content

Commit

Permalink
Update nexus gradle plugin: 1.1.0 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-social committed Nov 4, 2024
1 parent ab6e9ee commit e8aa865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ idea {
}

val kotlinVersion = "1.7.21"
val nexusPublishVersion = "1.1.0"
val nexusPublishVersion = "2.0.0"

// See example at: https://docs.gradle.org/current/dsl/org.gradle.api.tasks.SourceSetOutput.html
val generatedResourcesDir = buildDir.resolve("generated-resources").resolve("main")
Expand Down

0 comments on commit e8aa865

Please sign in to comment.