aboutsummaryrefslogtreecommitdiffstats
path: root/poi/build.gradle
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-09-23 19:03:06 +0000
committerPJ Fanning <fanningpj@apache.org>2021-09-23 19:03:06 +0000
commit4fbadb0cfd0deaa6dc331853eb755b6e8f557098 (patch)
tree24ad2074a67945668fcd712910ed2a90188fec66 /poi/build.gradle
parentaf9364710bb9cdb6ba8e1e6f82df5f1c4a8eb963 (diff)
downloadpoi-4fbadb0cfd0deaa6dc331853eb755b6e8f557098.tar.gz
poi-4fbadb0cfd0deaa6dc331853eb755b6e8f557098.zip
tabs to spaces
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893576 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi/build.gradle')
-rw-r--r--poi/build.gradle10
1 files changed, 5 insertions, 5 deletions
diff --git a/poi/build.gradle b/poi/build.gradle
index da8eeb9ff1..96cf549b2f 100644
--- a/poi/build.gradle
+++ b/poi/build.gradle
@@ -167,11 +167,11 @@ task testJar(type: Jar, dependsOn: [ testClasses, cacheTest9 ]) {
javadoc {
dependsOn configurations.javadocs.dependencies.collect{ ':' + it.dependencyProject.name + ':compileJava' }
- doFirst {
- options {
- classpath += files(configurations.javadocs.dependencies.collect{ it.dependencyProject.sourceSets.main.output.classesDirs })
- }
- }
+ doFirst {
+ options {
+ classpath += files(configurations.javadocs.dependencies.collect{ it.dependencyProject.sourceSets.main.output.classesDirs })
+ }
+ }
}
artifacts {