diff --git a/settings.gradle b/settings.gradle index 00bfd3e..625b06a 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,20 +2,13 @@ pluginManagement { repositories { mavenCentral() gradlePluginPortal() - maven { - url 'https://repo.spring.io/release' - } + maven { url 'https://repo.spring.io/release' } if (version.endsWith('-SNAPSHOT')) { maven { url "https://repo.spring.io/snapshot" } } } } -plugins { - id "com.gradle.enterprise" version "3.11.1" - id "io.spring.ge.conventions" version "0.0.11" -} - rootProject.name = 'spring-session-data-geode-build' FileTree buildFiles = fileTree(rootDir) {