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.5.0-alpha.37
0.5.0-alpha.37
Created 29 June 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.5.0-alpha.37"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.javiersc.hubdle:hubdle-gradle-plugin:0.5.0-alpha.37") } } apply(plugin = "com.javiersc.hubdle.project")
- Applying plugins to all subprojects .