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.2.6
1.2.6
Created 28 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.2.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.intisy:inno-gradle:1.2.6") } } apply(plugin = "io.github.intisy.inno-gradle")
- Applying plugins to all subprojects .