diff --git a/build.gradle b/build.gradle index 3ccf2b7c9d..7e420555b7 100644 --- a/build.gradle +++ b/build.gradle @@ -79,8 +79,8 @@ subprojects { uploadArchives { repositories { mavenDeployer { - repository(url: System.getenv("NEXUS-URL")) { - authentication(userName: System.getenv("NEXUS-USER"), password: System.getenv("NEXUS-PASSWORD")) + repository(url: System.getenv("NEXUS_URL")) { + authentication(userName: System.getenv("NEXUS_USER"), password: System.getenv("NEXUS_PASSWORD")) } } }