Add Observability Sample

Closes gh-313
This commit is contained in:
Josh Cummings
2024-08-23 17:58:33 -06:00
parent dc116452b0
commit 3489338049
22 changed files with 970 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" }
}
}