6 Commits

Author SHA1 Message Date
hlaeja
721a8e826a [RELEASE] - Release version: 0.5.0 2025-07-29 18:35:13 +00:00
f32bd4ac24 update gradlew 2025-07-29 20:34:41 +02:00
324c3f8ac2 add GitHub action
- update release in README.md
- add action run checks
- add action release
- remove release.sh
2025-07-29 20:34:41 +02:00
3510822c45 remove metrics collection 2025-07-29 20:34:41 +02:00
791b7aca36 update project 2025-07-29 20:34:41 +02:00
b80cfacaaf add actuator.http 2025-07-29 20:34:41 +02:00

View File

@@ -1,7 +1,7 @@
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1g
version=0.5.0-SNAPSHOT
catalog=0.11.0-SNAPSHOT
version=0.5.0
catalog=0.11.0
docker.port.expose=8443
container.port.expose=8443
container.port.host=9000