io.github.intisy.inno-gradle
Owner: Intisy
inno-gradle lets you automatically use InnoSetup from gradle
https://github.com/intisy/inno-gradle
Sources: https://github.com/intisy/inno-gradle
Version 1.0.1
1.0.1
Created 26 September 2024.
inno-gradle lets you automatically use InnoSetup from gradle
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.intisy.inno-gradle") version "1.0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.intisy:inno-gradle:1.0.1") } } apply(plugin = "io.github.intisy.inno-gradle")
- Applying plugins to all subprojects .