Package com.diffplug.gradle.spotless
Class BaseGroovyExtension.GrEclipseConfig
java.lang.Object
com.diffplug.gradle.spotless.BaseGroovyExtension.GrEclipseConfig
- Enclosing class:
BaseGroovyExtension
-
Method Summary
Modifier and TypeMethodDescriptioncacheDirectory(Object cacheDirectory) Overrides the directory used to cache the P2 dependencies fetched by Equo/Solstice.configFile(Object... configFiles) configProperties(String... configs) withP2Mirrors(Map<String, String> mirrors)
-
Method Details
-
configFile
-
configProperties
-
configXml
-
withP2Mirrors
-
cacheDirectory
Overrides the directory used to cache the P2 dependencies fetched by Equo/Solstice. Defaults to$GRADLE_USER_HOME/caches/p2-data.Useful when the default location is not writable, or when you want to place the cache elsewhere.
-