io.spine.tools.gradle.bootstrap
Owner: Spine Event Engine
Prepares a Gradle project for development on Spine.
Sources: https://github.com/SpineEventEngine/bootstrap.git
Version 1.0.3
1.0.3
Created 06 September 2019.
Prepares a Gradle project for development on Spine.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.spine.tools.gradle.bootstrap") version "1.0.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.spine.tools:spine-bootstrap:1.0.3") } } apply(plugin = "io.spine.tools.gradle.bootstrap")
- Applying plugins to all subprojects .