try gradle 8.0.1 again

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1907812 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2023-02-22 22:26:50 +00:00
parent 340865beed
commit e7ec6329e9
1 changed files with 1 additions and 1 deletions

View 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