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 ea5c925 + bafe53c commit 9392206Copy full SHA for 9392206
1 file changed
home/jobs/OMERO-training/config.xml
@@ -106,7 +106,7 @@ deactivate
106
107
# OMERO.java examples
108
cd $OMERO_EXAMPLE_DIST/examples/Training/java/src
109
-javac -cp .:$OMERODIR/lib/client/* training/*.java
+javac --release 11 -cp .:$OMERODIR/lib/client/* training/*.java
110
java -cp .:$OMERODIR/lib/client/* training/Setup</command>
111
</hudson.tasks.Shell>
112
</builders>
0 commit comments