We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5684db8 + 2477d77 commit 4c8de61Copy full SHA for 4c8de61
problemtools/config/languages.yaml
@@ -147,7 +147,7 @@ java:
147
name: 'Java'
148
priority: 800
149
files: '*.java'
150
- compile: '/usr/bin/javac -source 11 -encoding UTF-8 -sourcepath {path} -d {path} {files}'
+ compile: '/usr/bin/javac -source 21 -encoding UTF-8 -sourcepath {path} -d {path} {files}'
151
run: '/usr/bin/java -Dfile.encoding=UTF-8 -XX:+UseSerialGC -Xss64m -Xms{memlim}m -Xmx{memlim}m -cp {path} {mainclass}'
152
153
javascript:
0 commit comments