Upgrade to Java 21 and update Docker base images accordingly
Build and Push Docker Image / build-and-push (push) Successful in 1m13s

This commit is contained in:
2026-07-03 19:21:51 +02:00
parent a91616bcd0
commit 752744c114
3 changed files with 10 additions and 5 deletions
+6 -1
View File
@@ -8,7 +8,12 @@
"Bash(rm -f /Users/thilo/development/java/JavadocViewerService/database/jvsdb.mv.db /Users/thilo/development/java/JavadocViewerService/database/jvsdb.trace.db)",
"Bash(mvn spring-boot:run)",
"Bash(mvn spring-boot:run -Dspring-boot.run.jvmArguments=\"-Ddebug=true\")",
"Bash(jar tf:*)"
"Bash(jar tf:*)",
"Bash(mvn dependency:tree)",
"Bash(sdk use:*)",
"Bash(mvn clean:*)",
"Bash(source \"$HOME/.sdkman/bin/sdkman-init.sh\")",
"Bash(sed -i '' 's/<java.version>21</<java.version>17</' pom.xml)"
]
}
}