All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kotlin-spring.libraries.spring-cloud.settingsGradle.mustache Maven / Gradle / Ivy

There is a newer version: 7.6.0
Show newest version
pluginManagement {
    repositories {
        maven { url = uri("https://repo.spring.io/snapshot") }
        maven { url = uri("https://repo.spring.io/milestone") }
        gradlePluginPortal()
    }
    resolutionStrategy {
        eachPlugin {
            if (requested.id.id == "org.springframework.boot") {
                useModule("org.springframework.boot:spring-boot-gradle-plugin:${requested.version}")
            }
        }
    }
}
rootProject.name = "{{artifactId}}"




© 2015 - 2024 Weber Informatics LLC | Privacy Policy