feat(version): exposer GET /api/v1/version public sans authentification
CI — Tests & Docker Build / Tests (push) Failing after 5s
CI — Tests & Docker Build / Build & push image Docker (push) Has been skipped

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-07 10:07:14 +02:00
parent 647f10ff8a
commit e73ecfd379
5 changed files with 72 additions and 11 deletions
+4
View File
@@ -70,6 +70,10 @@ tasks.named('test') {
useJUnitPlatform()
}
springBoot {
buildInfo()
}
tasks.named('bootJar') {
archiveFileName = 'olhar-api.jar'
}