Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
[DEV-1] Upgrade to Java 21 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Katsute authored Oct 14, 2023
1 parent ea61590 commit c55e64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"image": "maven:3-eclipse-temurin-17",
"image": "maven:3-eclipse-temurin-21",
"postAttachCommand": "mvn compile",
"shutdownAction": "stopContainer",
"forwardPorts": [
Expand Down

0 comments on commit c55e64c

Please sign in to comment.