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.3-rc-0
0.3-rc-0
Created 17 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.3-rc-0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("br.dev.pedrolamarao.gradle.metal:plugins:0.3-rc-0") } } apply(plugin = "br.dev.pedrolamarao.metal.asm")
- Applying plugins to all subprojects .