@ParametersAreNonnullByDefault
See: Description
| Class | Description |
|---|---|
| BuildPropertiesPlugin |
Uses
build.properties to control a gradle build, and fixes the eclipse project classpath to include binary assets specified in build.properties. |
| ExcludeBuildFolderPlugin |
Creates eclipse project files which excludes the gradle build folder from Eclipse’s resource indexing.
|
| GradleClassicPlugin |
Starting with gradle version 4.4, gradle creates separate output folders for each source folder.
|
| MavenCentralExtension | |
| MavenCentralMapping |
Maps eclipse jars to their mavenCentral artifact ids and versions based on their official release.
|
| MavenCentralPlugin |
Now that Eclipse is publishing artifacts to maven central, it’s possible to use the valuable components of the eclipse project without getting bogged down in p2 and OSGi.
|
| ProjectDepsExtension |
Determines where the manifest is written out by
BndManifestPlugin. |
| ProjectDepsPlugin |
Fixes an intermittent problem when generating eclipse project files where dependencies on other projects within the workspace aren’t always resolved correctly within Eclipse.
|
| ResourceFilter |
Models an eclipse resource filter.
|
| ResourceFiltersExtension |
DSL for
ResourceFiltersPlugin. |
| ResourceFiltersPlugin |
Eclipse projects can have resource filters which include or exclude certain files.
|
Plugins for creating and manipulating eclipse project files.