pub.ihub.plugin.ihub-version
Owner: henry li
IHub Gradle Version Gradle Plugin
https://github.com/ihub-pub/plugins
Sources: https://github.com/ihub-pub/plugins.git
Add this plugin to your build using the plugins DSL:
plugins {
id("pub.ihub.plugin.ihub-version") version "1.6.2"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("pub.ihub.plugin:ihub-plugins:1.6.2") } } apply(plugin = "pub.ihub.plugin.ihub-version")
- Applying plugins to all subprojects .