mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +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 {
|
tasks.compileJava {
|
||||||
@Suppress("SpellCheckingInspection")
|
@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) {
|
task("fatJar", type = Jar::class) {
|
||||||
|
|||||||
Reference in New Issue
Block a user