Add ACL Sample

This commit is contained in:
Josh Cummings
2025-03-25 12:06:18 -06:00
parent 9c134034f3
commit c93f346bbe
19 changed files with 862 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" }
}
}