Files
Josh Cummings 368686cc8c Move custom-urls to saml-extension-urls
This clarifies the purpose of the sample
2024-11-06 15:59:11 -07:00

11 lines
374 B
Groovy

pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/milestone' }
maven { url "https://repo.spring.io/snapshot" }
}
}
include ":servlet:spring-boot:java:saml2:identity-provider"
project(":servlet:spring-boot:java:saml2:identity-provider").projectDir = file("../identity-provider")