Add Docker-based Identity Provider

Issue gh-127
This commit is contained in:
Josh Cummings
2024-11-01 09:04:00 -06:00
parent 14b6bd4f56
commit 0ac66ba3ea
27 changed files with 878 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/milestone' }
maven { url "https://repo.spring.io/snapshot" }
}
}