diff --git a/settings.gradle b/settings.gradle index 54abb90..feef920 100644 --- a/settings.gradle +++ b/settings.gradle @@ -1,3 +1,21 @@ +pluginManagement { + repositories { + mavenCentral() + gradlePluginPortal() + 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.10.2" + id "io.spring.ge.conventions" version "0.0.10" +} + rootProject.name = 'spring-session-data-geode-build' FileTree buildFiles = fileTree(rootDir) {