Melissa Beldman
Melissa Beldman
If I have empty directories in my template, these are not included in the output to the generated directory. e.g. with the following template structure: ``` src/main/resources/templates/src/main/resources/common/log4j2.xml src/main/resources/templates/src/main/resources/dev ``` the...
Use of IncrementalTaskInputs in the signJars method of the SignJarsTask (https://github.com/tschulte/gradle-jnlp-plugin/blob/develop/gradle-jnlp-plugin/src/main/groovy/de/gliderpilot/gradle/jnlp/SignJarsTask.groovy) causes the following compile error for Gradle v8.x: ``` > Failed to apply plugin 'de.gliderpilot.jnlp'. > Could not create...