Approval confirmation
Approval confirmation
Delete plugin confirmation
To confirm the plugin deletion insert pluginId and author name
Spine Event Engine
io.spine.protodata
PluginId
Author
Version 0.20.3
0.20.3
Created 25 March 2024.
Sets up the ProtoData tool to be used in your project.
Other versions
- 0.70.2
- 0.70.1
- 0.70.0
- 0.69.7
- 0.69.6
- 0.69.5
- 0.69.4
- 0.69.3
- 0.69.2
- 0.69.1
- 0.69.0
- 0.68.1
- 0.68.0
- 0.67.0
- 0.66.2
- 0.66.1
- 0.66.0
- 0.65.1
- 0.65.0
- 0.64.1
- 0.64.0
- 0.63.2
- 0.63.1
- 0.63.0
- 0.62.0
- 0.61.8
- 0.61.7
- 0.61.6
- 0.61.5
- 0.61.4
- 0.61.3
- 0.61.2
- 0.61.1
- 0.61.0
- 0.60.4
- 0.60.3
- 0.60.2
- 0.60.1
- 0.60.0
- 0.54.2
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.40.0
- 0.30.1
- 0.30.0
- 0.27.0
- 0.26.0
- 0.25.3
- 0.25.2
- 0.25.1
- 0.25.0
- 0.24.4
- 0.24.3
- 0.24.2
- 0.23.0
- 0.22.1
- 0.22.0
- 0.21.6
- 0.21.5
- 0.21.4
- 0.21.3
- 0.21.2
- 0.21.1
- 0.21.0
- 0.20.9
- 0.20.8
- 0.20.7
- 0.20.6
- 0.20.5
- 0.20.4
- 0.20.2
- 0.20.1
- 0.20.0
- 0.19.0
- 0.18.1
- 0.18.0
- 0.17.8
- 0.17.7
- 0.17.6
- 0.17.5
- 0.17.4
- 0.17.3
- 0.17.2
- 0.17.1
- 0.17.0
- 0.16.3
- 0.16.2
- 0.16.1
- 0.16.0
- 0.15.4
- 0.15.3
- 0.15.2
- 0.15.1
- 0.15.0
- 0.14.3
- 0.14.2
- 0.14.1
- 0.14.0
- 0.13.4
- 0.13.3
- 0.13.2
- 0.13.1
- 0.13.0
- 0.12.1
- 0.12.0
- 0.11.7
- 0.11.6
- 0.11.5
- 0.11.4
- 0.11.3
- 0.11.2
- 0.11.1
- 0.11.0
- 0.10.2
- 0.10.1
- 0.10.0
- 0.9.11
- 0.9.10
- 0.9.9
- 0.9.8
- 0.9.7
- 0.9.6
- 0.9.4
- 0.9.3
- 0.9.1
- 0.9.0
- 0.8.6
- 0.8.5
- 0.8.4
- 0.8.3
- 0.8.2
- 0.8.1
- 0.8.0
- 0.7.9
- 0.7.8
- 0.7.7
- 0.7.6
- 0.7.5
- 0.7.4
- 0.7.3
- 0.7.2
- 0.7.1
- 0.7.0
- 0.6.1
- 0.6.0
- 0.5.4
- 0.5.3
- 0.5.2
- 0.5.1
- 0.5.0
- 0.4.4
- 0.4.3
- 0.4.0
- 0.3.1
- 0.3.0
- 0.2.22
- 0.2.21
- 0.2.20
- 0.2.19
- 0.2.18
- 0.2.17
- 0.2.16
- 0.2.15
- 0.2.14
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5.1
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.0
Add this plugin to your build using the plugins DSL:
plugins {
id("io.spine.protodata") version "0.20.3"
}
See also:
-
Adding the plugin to build logic for usage in precompiled script plugins.
See the relevant documentation for more information.
Add this plugin as a dependency to
<convention-plugins-build>/build.gradle(.kts)
:dependencies { implementation("io.spine.protodata:io.spine.protodata.gradle.plugin:0.20.3") }
It can then be applied in the precompiled script plugin:plugins { id("io.spine.protodata") }
-
The legacy method of plugin application.
See the relevant documentation for more information.buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.spine.protodata:io.spine.protodata.gradle.plugin:0.20.3") } } apply(plugin = "io.spine.protodata")
- Applying plugins to all subprojects .