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 3.0.0
3.0.0
Created 25 May 2023.
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 "3.0.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("edu.sc.seis.launch4j:launch4j:3.0.0") } } apply(plugin = "edu.sc.seis.launch4j")
- Applying plugins to all subprojects .