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