Skip to content

Commit

Permalink
update to kotlin 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Aug 9, 2024
1 parent be54d66 commit 46f3ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if (keyId.isPresent && password.isPresent && secretKey.isPresent) {
}

if (sonatypeApiUser.isPresent && sonatypeApiKey.isPresent) {
configure<NexusPublishExtension> {
nexusPublishing {
repositories {
sonatype {
nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")
Expand Down

0 comments on commit 46f3ade

Please sign in to comment.