Search Gradle plugins

schoenja.sweng.eclipsito.EclipsitoPlugin

A plugin that shadows parts of the Eclipsito launcher used in ganttproject. This was created for a university assignment and will most likely not be useful to anyone else.

https://github.com/schoenja/sweng-eclipsito-plugin

Sources: https://github.com/schoenja/sweng-eclipsito-plugin

Version 0.3.0-RC2

0.3.0-RC2

Created 18 December 2017.

A plugin that shadows parts of the Eclipsito launcher used in ganttproject. This was created for a university assignment and will most likely not be useful to anyone else.

Add this plugin to your build using the plugins DSL:

plugins {
  id("schoenja.sweng.eclipsito.EclipsitoPlugin") version "0.3.0-RC2"
}

See also:

  • The legacy method of plugin application.
    buildscript {
      repositories {
        gradlePluginPortal()
      }
      dependencies {
        classpath("gradle.plugin.schoenja.sweng.eclipsito:eclipsito:0.3.0-RC2")
      }
    }
    
    apply(plugin = "schoenja.sweng.eclipsito.EclipsitoPlugin")
  • Applying plugins to all subprojects .