Skip to content

Commit

Permalink
Removed capture of buildNativeWindows task to suppress unused val war…
Browse files Browse the repository at this point in the history
…ning
  • Loading branch information
Millibyte1 committed Dec 9, 2022
1 parent 577020f commit 31ce479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ tasks {
* Edit the "CHANGE ME" line in native/windows/legup_inno_setup.iss to reflect
* the path to the Java installation you want to ship inside the executable.
*/
val buildNativeWindows = register<Exec>("buildNativeWindows") {
register<Exec>("buildNativeWindows") {
dependsOn(shadowJar, createExe)
workingDir = File("${project.buildDir}/../native/windows")
commandLine("cmd", "/c", "make_windows_installer.bat")
Expand Down

0 comments on commit 31ce479

Please sign in to comment.