Bug 66852 - remove gradle-wrapper jar from POI
Summary: remove gradle-wrapper jar from POI
Status: RESOLVED WONTFIX
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 5.3.x-dev
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-05 14:01 UTC by PJ Fanning
Modified: 2023-08-18 08:53 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description PJ Fanning 2023-08-05 14:01:20 UTC
See https://issues.apache.org/jira/browse/LEGAL-570

I have already done it for XMLBeans.

I have updated POI too but the windows builds are failing in CI. The reason is the new gradlew and wrapper.gradle files that I borrowed from Apache Kafka do not support Windows.

I am working on a Windows solution.
Comment 1 PJ Fanning 2023-08-05 14:18:29 UTC
Seems like our src zip/tgz exclude the gradle wrapper files.

Not ideal to have them in svn repo but it's more important not to have them in source downloads.

I've added back the gradlep-wrapper jar (in svn repo) to fix windows CI builds.