Declare Sprig 'plugins-snapshot' Repository to resolve GemFire artifacts.

This commit is contained in:
John Blum
2021-01-22 18:02:56 -08:00
parent 37a1eb15bb
commit ec2af7a636

View File

@@ -3,6 +3,18 @@ apply from: MAVEN_POM_EDITOR_GRADLE
description = "Spring Session for Pivotal GemFire"
repositories {
maven {
url 'https://repo.spring.io/plugins-snapshot'
if (project.hasProperty('artifactoryUsername')) {
credentials {
username "$artifactoryUsername"
password "$artifactoryPassword"
}
}
}
}
dependencies {
compile(project(':spring-session-data-geode')) {