mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
JPMS: fix build running on Java 9 (#1)
This commit is contained in:
@@ -54,7 +54,7 @@ tasks {
|
||||
named<JavaCompile>( "compileMain9Java" ) {
|
||||
doFirst {
|
||||
options.compilerArgs = listOf(
|
||||
"--release", "9",
|
||||
"-source", "9", "-target", "9",
|
||||
"--patch-module", "com.formdev.flatlaf=" + classpath.asPath
|
||||
)
|
||||
classpath = files()
|
||||
|
||||
Reference in New Issue
Block a user