Update README.md and application.yml: adjust cron to 30-minute intervals, add JRE-21 requirement; enhance pom.xml with issue management details
Build and Push Docker Image / build-and-push (push) Successful in 1m5s

This commit is contained in:
2026-07-08 17:21:16 +02:00
parent 2f8047ed3f
commit 87fe187acb
3 changed files with 14 additions and 9 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
jdvs:
base-dir: ./javadoc-storage
cron: 0 0/15 * * * ?
cron: 0 0/30 * * * ?
clean-on-start: false
run-on-start: false
maven-central-url: https://repo1.maven.org/maven2