eu.emundo.octane.generator
Owner: eMundo GmbH
Gradle Plugin for Octane Model Generator.
https://github.com/emundo/octane-gradle-plugin
Sources: https://github.com/emundo/octane-gradle-plugin.git
Version 1.6.4
1.6.4
Created 26 January 2021.
Gradle Plugin for Octane Model Generator.
Add this plugin to your build using the plugins DSL:
plugins {
id("eu.emundo.octane.generator") version "1.6.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.eu.emundo:eu.emundo.octane:1.6.4") } } apply(plugin = "eu.emundo.octane.generator")
- Applying plugins to all subprojects .