io.github.dwarfley.eclipse-plus
Owner: Niklas Johansson
The eclipse plus plugin extends the functionality of the standard eclipse plugin.
https://github.com/Dwarfley/GradleEclipsePlus
Sources: https://github.com/Dwarfley/GradleEclipsePlus
Version 0.1.3 (latest)
0.1.3
Created 09 March 2024.
The eclipse plus plugin extends the functionality of the standard eclipse plugin.
Add this plugin to your build using the plugins DSL:
plugins {
id("io.github.dwarfley.eclipse-plus") version "0.1.3"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("io.github.dwarfley:gradle-eclipse-plus:0.1.3") } } apply(plugin = "io.github.dwarfley.eclipse-plus")
- Applying plugins to all subprojects .