uk.co.iotatech.gradle.versioning
Owner: Iotatech
Iotatech plugin to configure gradle versioning plugin
https://bitbucket.org/iotaTechLtd/iota-gradle-plugin/src/master/README.md
Sources: https://bitbucket.org/iotaTechLtd/iota-gradle-plugin.git
Version 0.2.4
0.2.4
Created 14 April 2022.
Iotatech plugin to configure gradle versioning plugin
Add this plugin to your build using the plugins DSL:
plugins {
id("uk.co.iotatech.gradle.versioning") version "0.2.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("uk.co.iotatech:iota-gradle-plugin:0.2.4") } } apply(plugin = "uk.co.iotatech.gradle.versioning")
- Applying plugins to all subprojects .