Files
Josh Cummings 5a7afc0fc7 saml-extension-federation Uses Docker Idp
Issue gh-127
2024-11-05 15:00:32 -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")