net.tribe-seven.swig
Owner: Jesús Zazueta
SWIG/JNI wrapper.
https://github.com/jjzazuet/gradle-swig
Sources: https://github.com/jjzazuet/gradle-swig.git
Add this plugin to your build using the plugins DSL:
plugins {
id("net.tribe-seven.swig") version "0.1.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("gradle.plugin.net.tribe7.gradle:gradle-swig:0.1.1") } } apply(plugin = "net.tribe-seven.swig")
- Applying plugins to all subprojects .