Skip to content

Commit

Permalink
Bump the language versions for Java
Browse files Browse the repository at this point in the history
  • Loading branch information
pehrsoderman committed Aug 17, 2024
1 parent 449d853 commit 84920af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion problemtools/config/languages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ java:
name: 'Java'
priority: 800
files: '*.java'
compile: '/usr/bin/javac -encoding UTF-8 -sourcepath {path} -d {path} {files}'
compile: '/usr/bin/javac -source 21 -encoding UTF-8 -sourcepath {path} -d {path} {files}'
run: '/usr/bin/java -Dfile.encoding=UTF-8 -XX:+UseSerialGC -Xss64m -Xms{memlim}m -Xmx{memlim}m -cp {path} {mainclass}'

javascript:
Expand Down

0 comments on commit 84920af

Please sign in to comment.