br.dev.pedrolamarao.metal.base
Owner: Pedro LamarĂ£o
Contributes native tasks and configurations
https://github.com/pedrolamarao/gradle-metal
Sources: https://github.com/pedrolamarao/gradle-metal.git
Version 0.4
0.4
Created 24 November 2023.
Contributes native tasks and configurations
Add this plugin to your build using the plugins DSL:
plugins {
id("br.dev.pedrolamarao.metal.base") version "0.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("br.dev.pedrolamarao.gradle.metal:plugins:0.4") } } apply(plugin = "br.dev.pedrolamarao.metal.base")
- Applying plugins to all subprojects .