Package com.diffplug.gradle.eclipse
Class ExcludeBuildFolderPlugin
java.lang.Object
com.diffplug.gradle.ProjectPlugin
com.diffplug.gradle.eclipse.ExcludeBuildFolderPlugin
Creates eclipse project files which excludes the gradle build
folder from Eclipse's resource indexing.
If you hit `Ctrl + R` in eclipse, you'll get a fuzzy
search for resources in your workspace. This will include
class files and other artifacts in the gradle build folder,
which is usually not desirable. To fix:
```groovy
apply plugin: 'com.diffplug.eclipse.excludebuildfolder'
```
If you'd like to exclude more than just the build folder,
you might want to look at the more general
ResourceFiltersPlugin.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.diffplug.gradle.ProjectPlugin
apply, getPlugin, treeDef
-
Constructor Details
-
ExcludeBuildFolderPlugin
public ExcludeBuildFolderPlugin()
-
-
Method Details
-
applyOnce
Description copied from class:ProjectPluginPlugin application, which is guaranteed to execute only once.- Specified by:
applyOncein classProjectPlugin
-