diff --git a/build.gradle.kts b/build.gradle.kts index 2bf04d75..b3a1893f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ if (keyId.isPresent && password.isPresent && secretKey.isPresent) { } if (sonatypeApiUser.isPresent && sonatypeApiKey.isPresent) { - configure { + nexusPublishing { repositories { sonatype { nexusUrl = uri("https://s01.oss.sonatype.org/service/local/")