pub.ihub.plugin.ihub-aware
Owner: henry li
IHub Gradle Plugins Aware
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-aware") version "1.2.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("pub.ihub.plugin:ihub-aware:1.2.6") } } apply(plugin = "pub.ihub.plugin.ihub-aware")
- Applying plugins to all subprojects .