Merge pull request #5611 from github/yo-h/java16

Java: adjust test `options` for JDK 16 upgrade
This commit is contained in:
yo-h
2021-04-19 15:12:23 -04:00
committed by GitHub
5 changed files with 3 additions and 5 deletions

View File

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

View File

@@ -1 +0,0 @@
//semmle-extractor-options: --javac-args --enable-preview -source 15 -target 15

View File

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

View File

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