com.huanshankeji.team.with-group
Owner: Shreck Ye
With Huanshankeji team's group, aka "com.huanshankeji"
https://github.com/huanshankeji/gradle-common
Sources: https://github.com/huanshankeji/gradle-common.git
Version 0.5.1
0.5.1
Created 15 March 2024.
With Huanshankeji team's group, aka "com.huanshankeji"
Add this plugin to your build using the plugins DSL:
plugins {
id("com.huanshankeji.team.with-group") version "0.5.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.huanshankeji.team:gradle-plugins:0.5.1") } } apply(plugin = "com.huanshankeji.team.with-group")
- Applying plugins to all subprojects .