diff --git a/build.gradle b/build.gradle index 0a89353a..15a24b54 100644 --- a/build.gradle +++ b/build.gradle @@ -5,15 +5,7 @@ buildscript { classpath 'io.spring.nohttp:nohttp-gradle:0.0.5.RELEASE' } repositories { - maven { - url = 'https://repo.spring.io/plugins-snapshot' - if (project.hasProperty('artifactoryUsername')) { - credentials { - username "$artifactoryUsername" - password "$artifactoryPassword" - } - } - } + maven { url 'https://repo.spring.io/plugins-snapshot' } maven { url 'https://plugins.gradle.org/m2/' } } }