com.diffplug.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.git
Version 3.33.1
3.33.1
Created 01 October 2021.
Excludes the gradle build folder from Eclipse''s resource indexing.
Add this plugin to your build using the plugins DSL:
plugins {
id("com.diffplug.eclipse.excludebuildfolder") version "3.33.1"
}
See also:
-
The legacy method of plugin application.
buildscript { repositories { gradlePluginPortal() } dependencies { classpath("com.diffplug.gradle:goomph:3.33.1") } } apply(plugin = "com.diffplug.eclipse.excludebuildfolder")
- Applying plugins to all subprojects .