diff --git a/build.gradle.kts b/build.gradle.kts index 6f08b01..954a785 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -21,8 +21,8 @@ nexusPublishing { sonatype { nexusUrl.set(uri("https://ossrh-staging-api.central.sonatype.com/service/local/")) snapshotRepositoryUrl.set(uri("https://central.sonatype.com/repository/maven-snapshots/")) - username = System.getenv("OSSRH_USERNAME") - password = System.getenv("OSSRH_PASSWORD") + username = System.getenv("CENTRAL_USERNAME") + password = System.getenv("CENTRAL_PASSWORD") } } -} \ No newline at end of file +}