From: PJ Fanning Date: Wed, 22 Feb 2023 22:26:50 +0000 (+0000) Subject: try gradle 8.0.1 again X-Git-Tag: REL_5_2_4~237 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e7ec6329e9968319df56e5a4da140c7d8decb757;p=poi.git try gradle 8.0.1 again git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907812 13f79535-47bb-0310-9956-ffa450edef68 --- 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