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