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
Version 0.4.0-alpha.14
0.4.0-alpha.14
Created 05 March 2023.
Easy setup for each kind of project
Add this plugin to your build using the plugins DSL:
plugins {
id("com.javiersc.hubdle.project") version "0.4.0-alpha.14"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.javiersc.hubdle:hubdle-project-gradle-plugin:0.4.0-alpha.14") } } apply(plugin = "com.javiersc.hubdle.project")
- Applying plugins to all subprojects .