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.6
3.17.6
Created 21 March 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.6"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.diffplug.gradle:goomph:3.17.6") } } apply(plugin = "com.diffplug.gradle.eclipse.mavencentral")
- Applying plugins to all subprojects .