Gradle Plugins

Maintained by aalmiray

Summary

This plugin automates assembly of OSGi/Eclipse-RCP/Eclipse-IDE bundles and applications.

Website https://github.com/akhikhl/wuff
Author akhikhl
Version 0.0.1

Usage

buildscript {
  repositories { jcenter() }

  dependencies {
    classpath 'org.akhikhl.wuff:wuff-plugin:0.0.1'
  }
}

apply plugin: 'java'
apply plugin: 'eclipse-ide-app'

repositories {
  mavenLocal()
  jcenter()
}

You may also define a more specific project type with