br.com.prodist.native-tools
Owner: Pedro LamarĂ£o
Extends gradle-native with additional native tools
Sources: http://www.prodist.com.br/
Version 0.1 (latest)
0.1
Created 13 June 2018.
Extends gradle-native with additional native tools
Add this plugin to your build using the plugins DSL:
plugins {
id("br.com.prodist.native-tools") version "0.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.br.com.prodist:native-tools:0.1") } } apply(plugin = "br.com.prodist.native-tools")
- Applying plugins to all subprojects .