diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-23 19:03:06 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-23 19:03:06 +0000 |
commit | 4fbadb0cfd0deaa6dc331853eb755b6e8f557098 (patch) | |
tree | 24ad2074a67945668fcd712910ed2a90188fec66 /poi-examples | |
parent | af9364710bb9cdb6ba8e1e6f82df5f1c4a8eb963 (diff) | |
download | poi-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-examples')
-rw-r--r-- | poi-examples/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/poi-examples/build.gradle b/poi-examples/build.gradle index 4a2a73cb68..b49b11dc9d 100644 --- a/poi-examples/build.gradle +++ b/poi-examples/build.gradle @@ -40,12 +40,12 @@ dependencies { implementation "org.apache.logging.log4j:log4j-core:${log4jVersion}" - testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) { + testImplementation(project(path: ':poi-ooxml', configuration: 'tests')) { if (NO_SCRATCHPAD) { exclude group: 'org.apache.poi', module: 'poi-scratchpad' } } - testImplementation project(path: ':poi', configuration: 'tests') + testImplementation project(path: ':poi', configuration: 'tests') } final String MODULE_NAME = 'org.apache.poi.examples' |