Java: adjust test options for JDK 17 upgrade

This commit is contained in:
yo-h
2021-09-01 16:30:57 -04:00
committed by Chris Smowton
parent add9e9dac4
commit 27b699df33
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