br.dev.pedrolamarao.metal.asm
Owner: Pedro LamarĂ£o
Contributes assembler language support to gradle-metal components
https://github.com/pedrolamarao/gradle-metal
Sources: https://github.com/pedrolamarao/gradle-metal.git
Version 0.1
0.1
Created 05 October 2023.
Contributes assembler language support to gradle-metal components
Add this plugin to your build using the plugins DSL:
plugins {
id("br.dev.pedrolamarao.metal.asm") version "0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("br.dev.pedrolamarao.gradle.metal:plugins:0.1") } } apply(plugin = "br.dev.pedrolamarao.metal.asm")
- Applying plugins to all subprojects .