diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 6070a5e3..b4ac6088 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -38,6 +38,10 @@ gradlePlugin { id = "org.springframework.github.milestone" implementationClass = "org.springframework.gradle.github.milestones.GitHubMilestonePlugin" } + propdeps { + id = "org.springframework.propdeps" + implementationClass = "org.springframework.gradle.propdeps.PropDepsPlugin" + } } } @@ -54,7 +58,6 @@ dependencies { implementation 'io.github.gradle-nexus:publish-plugin:1.1.0' implementation 'io.spring.gradle:dependency-management-plugin:1.0.10.RELEASE' - implementation 'io.spring.gradle:propdeps-plugin:0.0.10.RELEASE' implementation 'io.projectreactor:reactor-core:3.4.11' implementation 'com.apollographql.apollo:apollo-runtime:2.4.5' implementation 'com.github.ben-manes:gradle-versions-plugin:0.38.0' diff --git a/spring-session-hazelcast/hazelcast4/hazelcast4.gradle b/spring-session-hazelcast/hazelcast4/hazelcast4.gradle index ea4b549f..8409c774 100644 --- a/spring-session-hazelcast/hazelcast4/hazelcast4.gradle +++ b/spring-session-hazelcast/hazelcast4/hazelcast4.gradle @@ -1,12 +1,3 @@ -buildscript { - repositories { - maven { url 'https://repo.spring.io/plugins-release' } - } - dependencies { - classpath 'io.spring.gradle:propdeps-plugin:0.0.10.RELEASE' - } -} - plugins { id 'java-library' id 'io.spring.convention.repository' @@ -14,7 +5,7 @@ plugins { id 'io.spring.convention.checkstyle' id 'io.spring.convention.tests-configuration' id 'io.spring.convention.integration-test' - id 'propdeps' + id 'org.springframework.propdeps' } configurations {