de.bsvrz.gradle.nerzswe
Owner: Uwe Peuker
Plugin to create a NERZ-SWE-Bundle
http://gitlab.nerz-ev.de/uwe.peuker/de.bsvrz.gradle.nerzswe.git
Sources: http://gitlab.nerz-ev.de/uwe.peuker/de.bsvrz.gradle.nerzswe.git
Version 0.30.0 (latest)
0.30.0
Created 30 October 2024.
Plugin to create a NERZ-SWE-Bundle
Add this plugin to your build using the plugins DSL:
plugins {
id("de.bsvrz.gradle.nerzswe") version "0.30.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("de.bsvrz:de.bsvrz.gradle.nerzswe:0.30.0") } } apply(plugin = "de.bsvrz.gradle.nerzswe")
- Applying plugins to all subprojects .