Declare Gradle Portal Plugin Repository.
This commit is contained in:
@@ -3,6 +3,10 @@ apply plugin: "gemfire-server"
|
||||
apply plugin: "application"
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(':spring-session-data-geode')
|
||||
|
||||
@@ -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')
|
||||
|
||||
@@ -3,6 +3,10 @@ apply plugin: "gemfire-server"
|
||||
apply plugin: "application"
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(':spring-session-data-geode')
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user