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.5.26
1.5.26
Created 28 August 2020.
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.5.26"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.spine.tools:spine-bootstrap:1.5.26") } } apply(plugin = "io.spine.tools.gradle.bootstrap")
- Applying plugins to all subprojects .