diff options
Diffstat (limited to 'poi-examples/build.gradle')
-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' |