diff options
author | PJ Fanning <fanningpj@apache.org> | 2023-02-22 22:26:50 +0000 |
---|---|---|
committer | PJ Fanning <fanningpj@apache.org> | 2023-02-22 22:26:50 +0000 |
commit | e7ec6329e9968319df56e5a4da140c7d8decb757 (patch) | |
tree | c57051a4cac8f253152fce0ead48b866f3ba5e71 /poi-ooxml-lite | |
parent | 340865beed28840c0cae78f99cdc1f6982b50c05 (diff) | |
download | poi-e7ec6329e9968319df56e5a4da140c7d8decb757.tar.gz poi-e7ec6329e9968319df56e5a4da140c7d8decb757.zip |
try gradle 8.0.1 again
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907812 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'poi-ooxml-lite')
-rw-r--r-- | poi-ooxml-lite/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poi-ooxml-lite/build.gradle b/poi-ooxml-lite/build.gradle index e25acb4f95..9122dba066 100644 --- a/poi-ooxml-lite/build.gradle +++ b/poi-ooxml-lite/build.gradle @@ -66,7 +66,7 @@ task generateModuleInfo() { } task compileOoxmlLite(type: Copy) { - dependsOn 'generateModuleInfo', ':poi-ooxml-full:generate_beans' + dependsOn 'generateModuleInfo', ':poi-ooxml-full:generate_beans', ':poi-ooxml-full:compileJava' // This task is currently always executed, because gradle thinks files with two dollar signs // (as in AlternateContentDocument$AlternateContent$Choice.class) are always stale |