TheBoegl / gradle-launch4j

A gradle-plugin to create windows executables with launch4j

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

config.xml not generated by ./gradlew -Pl4j-debug createExe

cbeust opened this issue · comments

Launching ./gradlew -Pl4j-debug createExe does not generate a config.xml.

Any other flag I can use to investigate what's going on?

Added a few additional checks. In my build.gradle.kts:

val `l4j-debug`: String by project
println("L4J debug: " + `l4j-debug`.toString())

and then:

 ./gradlew --stacktrace createExe -Pl4j-debug=true
> Configure project :
L4J debug: true

So the property is set but no config.xml file gets generated.

On which plugin and Gradle version are you?

@cbeust could you please verify if either the current version 2.5.0 fixed this issue or that the log output helps?

Closing this as I'm unable to reproduce.