Declare Gradle Portal Plugin Repository.

This commit is contained in:
John Blum
2020-11-17 15:19:43 -08:00
parent b04fa06412
commit 345194c40e
4 changed files with 16 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ apply plugin: "gemfire-server"
apply plugin: "application"
apply from: IDE_GRADLE
repositories {
gradlePluginPortal()
}
dependencies {
compile project(':spring-session-data-geode')

View File

@@ -1,6 +1,10 @@
apply plugin: 'io.spring.convention.spring-sample-war'
apply from: IDE_GRADLE
repositories {
gradlePluginPortal()
}
dependencies {
compile project(':spring-session-data-geode')

View File

@@ -3,6 +3,10 @@ apply plugin: "gemfire-server"
apply plugin: "application"
apply from: IDE_GRADLE
repositories {
gradlePluginPortal()
}
dependencies {
compile project(':spring-session-data-geode')

View File

@@ -1,6 +1,10 @@
apply plugin: 'io.spring.convention.spring-sample-war'
apply from: IDE_GRADLE
repositories {
gradlePluginPortal()
}
dependencies {
compile project(':spring-session-data-geode')