diff --git a/build.gradle b/build.gradle index 97a7177..f202460 100644 --- a/build.gradle +++ b/build.gradle @@ -7,6 +7,15 @@ buildscript { mavenCentral() gradlePluginPortal() maven { url 'https://repo.spring.io/plugins-release' } + maven { + url 'https://repo.spring.io/plugins-snapshot' + if (project.hasProperty('artifactoryUsername')) { + credentials { + username "$artifactoryUsername" + password "$artifactoryPassword" + } + } + } } }