diff --git a/build.gradle b/build.gradle index 1a6ee098dc..30eb6708a2 100644 --- a/build.gradle +++ b/build.gradle @@ -27,8 +27,10 @@ ext { nexusStaging { packageGroup = "com.adyen.checkout" + stagingProfileId = "com.adyen" username = System.getenv('OSSRH_USERNAME') password = System.getenv('OSSRH_PASSWORD') + serverUrl = "https://oss.sonatype.org/service/local/" } subprojects {