Search Gradle plugins

Version 0.1.1 (latest)

0.1.1

Created 19 February 2016.

SWIG/JNI wrapper.

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 .