Update tests for Java modules to be compatible with JDK 17

This commit is contained in:
Mikhael Bogdanov
2021-12-07 15:46:59 +01:00
committed by Space
parent 913c7ad956
commit 78597912c0
4 changed files with 12 additions and 12 deletions
@@ -1,6 +1,6 @@
module main {
requires java.naming;
requires jdk.net;
requires java.logging;
requires kotlin.stdlib;
}