Skip to content

Commit

Permalink
updated JDK version in Gitpod config
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
  • Loading branch information
klaeufer committed Aug 30, 2023
1 parent edaf366 commit e468307
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
tasks:
- init: |
echo "sdkman_auto_answer=true" >> $HOME/.sdkman/etc/config
sdk install java 17.0.4-tem
sdk install java 17.0.8-tem
sdk install sbt
sbt "Test / compile"

0 comments on commit e468307

Please sign in to comment.