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