mirror of
https://github.com/apache/poi.git
synced 2025-02-06 18:18:11 +00:00
compile / jar / test of mrJars don't include ants build.xml anymore rename directories to match project and maven artifact names refactor artifacts - so each project has one artifact replace static references in hssf/dev tests with junit5 constructs, which had problems in parallel tests increase gradle heap to 4gb because of OOM - maybe less would also work git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888488 13f79535-47bb-0310-9956-ffa450edef68
5 lines
197 B
Groovy
5 lines
197 B
Groovy
rootProject.name = 'poi'
|
|
|
|
include 'poi', 'poi-ooxml-full', 'poi-ooxml-lite-agent', 'poi-scratchpad',
|
|
'poi-ooxml', 'poi-excelant', 'poi-examples', 'poi-integration',
|
|
'poi-ooxml-lite' |