pluginManagement { repositories { mavenCentral() gradlePluginPortal() } resolutionStrategy { eachPlugin { if (requested.id.id == 'org.springframework.boot') { useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}") } } } } plugins { id "io.spring.develocity.conventions" version "0.0.22" } rootProject.name = 'spring-graphql' include 'platform', 'spring-graphql', 'spring-graphql-test', 'spring-graphql-docs'