edu.sc.seis.launch4j
Owner: Sebastian Bögl
A gradle-plugin to create windows executables with launch4j for Java application.
https://github.com/TheBoegl/gradle-launch4j
Sources: https://github.com/TheBoegl/gradle-launch4j
Version 2.4.9
2.4.9
Created 04 November 2020.
A gradle-plugin to create windows executables with launch4j for Java application.
Add this plugin to your build using the plugins DSL:
plugins {
id("edu.sc.seis.launch4j") version "2.4.9"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("edu.sc.seis.launch4j:launch4j:2.4.9") } } apply(plugin = "edu.sc.seis.launch4j")
- Applying plugins to all subprojects .