mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
[tests] future-proofing launcher test app build script
GitOrigin-RevId: d7a968643e3bda03adc825886226fe896da1241c
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9f35bc136e
commit
e15d9ae000
@@ -21,7 +21,7 @@ dependencies {
|
||||
|
||||
tasks.compileJava {
|
||||
@Suppress("SpellCheckingInspection")
|
||||
options.compilerArgs = listOf("--add-modules=jdk.jcmd", "--add-exports=jdk.jcmd/sun.tools.jps=ALL-UNNAMED")
|
||||
options.compilerArgs = listOf("-source", "17", "-target", "17", "--add-modules=jdk.jcmd", "--add-exports=jdk.jcmd/sun.tools.jps=ALL-UNNAMED")
|
||||
}
|
||||
|
||||
task("fatJar", type = Jar::class) {
|
||||
|
||||
Reference in New Issue
Block a user