Java: adjust test options for JDK 17 upgrade

This commit is contained in:
yo-h
2021-09-01 16:30:57 -04:00
parent aa19fe606d
commit 490346460a
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
//semmle-extractor-options: --javac-args --enable-preview -source 16 -target 16
//semmle-extractor-options: --javac-args -source 17 -target 17

View File

@@ -1 +1 @@
//semmle-extractor-options: --javac-args --enable-preview -source 16 -target 16
//semmle-extractor-options: --javac-args -source 17 -target 17