mirror of
https://github.com/skylot/jadx.git
synced 2025-02-21 13:33:47 +00:00
fix(build): fix hiding console in Windows (#2196)
Regression after migration to shadow jar in #1868, instead CreateStartScripts task from 'application' plugin 'startShadowScripts' task should be modified.
This commit is contained in:
parent
ad4dd116be
commit
ec0bf701c8
@ -92,7 +92,7 @@ tasks.shadowJar {
|
||||
}
|
||||
}
|
||||
|
||||
tasks.existing(CreateStartScripts::class) {
|
||||
tasks.startShadowScripts {
|
||||
doLast {
|
||||
val newContent =
|
||||
windowsScript.readText()
|
||||
|
Loading…
x
Reference in New Issue
Block a user