Skip to content

Commit

Permalink
Remove minus from appDef to align to TS configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
iyannsch committed Oct 29, 2024
1 parent 575379b commit 2d2a5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/application-theia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ theia:
# Upper level key is the language category (must match the language key in the programming-exercise configuration)
java:
# Lower level key can be multiple flavors of the image, e.g. version, tag, or additional dependencies
Java-17: "my-registry/my-image:my-tag"
java17: "my-registry/my-image:my-tag"
# Add more flavors here (e.g. Java-11, Java-8, etc.)
# Add more languages here (e.g. c, python, etc.)
c:
Expand Down

0 comments on commit 2d2a5b7

Please sign in to comment.