com.javiersc.hubdle.project
Owner: Javier Segovia Córdoba
Easy setup for each kind of project
https://github.com/JavierSegoviaCordoba/hubdle
Sources: https://github.com/JavierSegoviaCordoba/hubdle
Add this plugin to your build using the plugins DSL:
plugins {
id("com.javiersc.hubdle.project") version "0.7.15"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.javiersc.hubdle:hubdle-gradle-plugin:0.7.15") } } apply(plugin = "com.javiersc.hubdle.project")
- Applying plugins to all subprojects .