diff options
author | PJ Fanning <fanningpj@apache.org> | 2021-09-19 11:00:29 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2021-09-19 11:00:29 +0000 |
commit | 61cd25f2017465276873da118fc82e7779f40edd (patch) | |
tree | e2eed513785fac23ca7a16c221c3aec750a02622 /poi-ooxml/build.gradle | |
parent | 803403bc86835c08bfc0f70717ea3f6c3461579e (diff) | |
download | poi-61cd25f2017465276873da118fc82e7779f40edd.tar.gz poi-61cd25f2017465276873da118fc82e7779f40edd.zip |
remove gradle hack
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893436 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml/build.gradle')
-rw-r--r-- | poi-ooxml/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/poi-ooxml/build.gradle b/poi-ooxml/build.gradle index 87cf391d53..f8ac5a93ae 100644 --- a/poi-ooxml/build.gradle +++ b/poi-ooxml/build.gradle @@ -64,7 +64,6 @@ java { dependencies { api project(':poi') - //implementation files('/Users/pj.fanning/Downloads/poi-bin-5.1.1-SNAPSHOT/poi-ooxml-lite-5.1.1-SNAPSHOT.jar') api project(':poi-ooxml-full') api project(path: ':poi-ooxml-full', configuration: 'archives') |