com.diffplug.gradle.eclipse.mavencentral
Owner: Ned Twigg
Maps eclipse releases and bundle ids to their MavenCentral coordinates.
https://github.com/diffplug/goomph
Sources: https://github.com/diffplug/goomph
Version 3.17.4
3.17.4
Created 15 February 2019.
Maps eclipse releases and bundle ids to their MavenCentral coordinates.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.diffplug.gradle.eclipse.mavencentral") version "3.17.4"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.diffplug.gradle:goomph:3.17.4") } } apply(plugin = "com.diffplug.gradle.eclipse.mavencentral")
- Applying plugins to all subprojects .