mirror of
https://github.com/github/codeql.git
synced 2026-03-18 13:36:47 +01:00
Add tests for multi-release jars under Java 11 and 17
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package mod1pkg;
|
||||
|
||||
public class Mod1Class { }
|
||||
@@ -0,0 +1,5 @@
|
||||
module moduleone {
|
||||
|
||||
exports mod1pkg;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user