]> source.dussan.org Git - poi.git/commitdiff
try gradle 8.0.1 again
authorPJ Fanning <fanningpj@apache.org>
Wed, 22 Feb 2023 22:26:50 +0000 (22:26 +0000)
committerPJ Fanning <fanningpj@apache.org>
Wed, 22 Feb 2023 22:26:50 +0000 (22:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907812 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml-lite/build.gradle

index e25acb4f951cab4520cb6b2e8a356cdf25574a18..9122dba066b58c2fdcb3e7d26d0934d073a00b3b 100644 (file)
@@ -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