diff --git a/gradle-mvn-push.gradle b/gradle-mvn-push.gradle index c693086..17ee2a6 100644 --- a/gradle-mvn-push.gradle +++ b/gradle-mvn-push.gradle @@ -42,7 +42,7 @@ afterEvaluate { project -> repository(url: RELEASE_REPOSITORY_URL) { authentication(userName: getRepositoryUsername(), password: getRepositoryPassword()) } - snapshotRepository(url: RELEASE_REPOSITORY_URL) { + snapshotRepository(url: SNAPSHOT_REPOSITORY_URL) { authentication(userName: getRepositoryUsername(), password: getRepositoryPassword()) }