com.diffplug.gradle.eclipse.excludebuildfolder
Owner: Ned Twigg
Excludes the gradle build folder from Eclipse's resource indexing.
https://github.com/diffplug/goomph
Sources: https://github.com/diffplug/goomph
Version 3.20.0
3.20.0
Created 11 January 2020.
Excludes the gradle build folder from Eclipse''s resource indexing.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.diffplug.gradle.eclipse.excludebuildfolder") version "3.20.0"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.diffplug.gradle:goomph:3.20.0") } } apply(plugin = "com.diffplug.gradle.eclipse.excludebuildfolder")
- Applying plugins to all subprojects .