Skip to content
Snippets Groups Projects

Resolve "make code compatible with java 11"

Merged Piotr Gawron requested to merge 810-make-code-compatible-with-java-11 into master
1 file
+ 4
3
Compare changes
  • Side-by-side
  • Inline
+ 4
3
@@ -173,9 +173,10 @@ test:backend:CellDesigner_plugin:jdk-8:
<<: *jdk_8_definition
script: *test_backend_CellDesigner_plugin_definition
test:backend:CellDesigner_plugin:jdk-11:
<<: *jdk_11_definition
script: *test_backend_CellDesigner_plugin_definition
#CellDesigner is working on java 8 and is incompatible with java 11
#test:backend:CellDesigner_plugin:jdk-11:
# <<: *jdk_11_definition
# script: *test_backend_CellDesigner_plugin_definition
test:backend:converter:jdk-8:
<<: *jdk_8_definition
Loading