aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
Commit message (Collapse)AuthorAgeFilesLines
* xmlbeans 5.0.2 (temporarily from a pre-release location)PJ Fanning2021-10-131-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894211 13f79535-47bb-0310-9956-ffa450edef68
* junit 5.8PJ Fanning2021-10-081-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894043 13f79535-47bb-0310-9956-ffa450edef68
* mockito 4PJ Fanning2021-10-081-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1894015 13f79535-47bb-0310-9956-ffa450edef68
* #65612 - XSLF CustomGeometry - replace XmlStreamReader access with XmlBeans ↵Andreas Beeker2021-10-031-0/+1
| | | | | | delegate git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893859 13f79535-47bb-0310-9956-ffa450edef68
* Upgrade to JaCoCo 0.8.7Marius Volkhart2021-10-011-1/+1
| | | | | | This version has "experimental" support for Java 17. See https://github.com/jacoco/jacoco/issues/1148 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893782 13f79535-47bb-0310-9956-ffa450edef68
* downgrade junit version - due to build issuePJ Fanning2021-09-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893579 13f79535-47bb-0310-9956-ffa450edef68
* slf4j versionPJ Fanning2021-09-231-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893578 13f79535-47bb-0310-9956-ffa450edef68
* upgrade some build dependenciesPJ Fanning2021-09-231-3/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893577 13f79535-47bb-0310-9956-ffa450edef68
* tabs to spacesPJ Fanning2021-09-231-45/+45
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893576 13f79535-47bb-0310-9956-ffa450edef68
* #65573 - POI bin tgz on CI build is missing poi-ooxml-lite jarAndreas Beeker2021-09-161-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893381 13f79535-47bb-0310-9956-ffa450edef68
* ignore all svn conflicts of module-info.class/java in rat-checkAndreas Beeker2021-09-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893346 13f79535-47bb-0310-9956-ffa450edef68
* XmlSec/BouncyCastle and Batik are now optionalAndreas Beeker2021-09-121-7/+57
| | | | | | | | | | disable SonarQube build based on ant remove sonar and maven directory, because POMs are now created via Gradle remove maven section from seed-build fix duplicated maven dependencies on POM export git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1893289 13f79535-47bb-0310-9956-ffa450edef68
* gradle 7.2PJ Fanning2021-09-051-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892929 13f79535-47bb-0310-9956-ffa450edef68
* update to 5.1.1-SNAPSHOTAndreas Beeker2021-09-031-2/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892889 13f79535-47bb-0310-9956-ffa450edef68
* update to release 5.1.0Andreas Beeker2021-09-031-7/+11
| | | | | | fix ooxml-lite build git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892887 13f79535-47bb-0310-9956-ffa450edef68
* try to fix no-scratchpad buildAndreas Beeker2021-09-011-0/+2
| | | | | | remove or set-to-static scratchpad dependency from modules git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892795 13f79535-47bb-0310-9956-ffa450edef68
* sonar fixesAndreas Beeker2021-08-281-4/+5
| | | | | | | close resources in tests fix gradle warnings git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892683 13f79535-47bb-0310-9956-ffa450edef68
* add spotbugs to gradle buildAndreas Beeker2021-08-251-0/+6
| | | | | | update dist path for jenkins archives git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892607 13f79535-47bb-0310-9956-ffa450edef68
* rat check - ignore svn conflict artifacts for module-info.class filesAndreas Beeker2021-08-231-1/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892553 13f79535-47bb-0310-9956-ffa450edef68
* Increase general max heap size to cover also integration tests demandsAndreas Beeker2021-08-231-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892551 13f79535-47bb-0310-9956-ffa450edef68
* try to fix concurrent issues in excelantAndreas Beeker2021-08-201-3/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892478 13f79535-47bb-0310-9956-ffa450edef68
* fix Windows gradle build - task allJavaDocAndreas Beeker2021-08-161-2/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892390 13f79535-47bb-0310-9956-ffa450edef68
* compile module info only in Java 9+ buildsAndreas Beeker2021-08-111-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892248 13f79535-47bb-0310-9956-ffa450edef68
* move dist files from gradles default dist directory to pois dist dirAndreas Beeker2021-08-091-1/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1892142 13f79535-47bb-0310-9956-ffa450edef68
* provide dist files via gradleAndreas Beeker2021-07-191-51/+149
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891666 13f79535-47bb-0310-9956-ffa450edef68
* compress-compress 1.21PJ Fanning2021-07-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891550 13f79535-47bb-0310-9956-ffa450edef68
* commons-io 2.11.0PJ Fanning2021-07-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891521 13f79535-47bb-0310-9956-ffa450edef68
* use xmlbeans 5.0.1PJ Fanning2021-07-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891472 13f79535-47bb-0310-9956-ffa450edef68
* Remove invalid "include" for tests which in fact disables almost all testsDominik Stadler2021-07-071-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891348 13f79535-47bb-0310-9956-ffa450edef68
* Adjust includes/excludes for license check via Apache RatDominik Stadler2021-07-071-28/+34
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891346 13f79535-47bb-0310-9956-ffa450edef68
* try to fix new custom Junit Annotation module dependencyAndreas Beeker2021-07-071-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891337 13f79535-47bb-0310-9956-ffa450edef68
* add explicit commons-io dependency to poi-ooxml. This closes #237PJ Fanning2021-07-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891320 13f79535-47bb-0310-9956-ffa450edef68
* upgrade bouncycastlePJ Fanning2021-06-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891116 13f79535-47bb-0310-9956-ffa450edef68
* downgrade bouncycastle due to missing package org.bouncycastle.asn1.cmpPJ Fanning2021-06-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891114 13f79535-47bb-0310-9956-ffa450edef68
* upgrade bouncycastlePJ Fanning2021-06-281-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891108 13f79535-47bb-0310-9956-ffa450edef68
* gradle 7.1PJ Fanning2021-06-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890784 13f79535-47bb-0310-9956-ffa450edef68
* commons-io 2.10.0PJ Fanning2021-06-141-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890768 13f79535-47bb-0310-9956-ffa450edef68
* add forbidden-apis plugin to gradle buildsAndreas Beeker2021-05-211-1/+16
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890090 13f79535-47bb-0310-9956-ffa450edef68
* activate javadoc lint and fix errorsAndreas Beeker2021-05-211-22/+97
| | | | | | | | | | | | add signing and checksum generation add slf4j-bridge for tests add dependencies to ooxml-lite fix complex enum classes add override annotations move gradle logic to root build generate javadoc in its own dist directory, because JPMS complains about duplicate modules otherwise git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1890089 13f79535-47bb-0310-9956-ffa450edef68
* #65304 - Add commons-io as a dependencyAndreas Beeker2021-05-141-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889871 13f79535-47bb-0310-9956-ffa450edef68
* Start moving some bits to the main Gradle fileDominik Stadler2021-05-131-1/+7
| | | | | | | Use a common definition of some constants Gradle plugins are in the main file already anyway git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889839 13f79535-47bb-0310-9956-ffa450edef68
* gradle 7PJ Fanning2021-05-121-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889815 13f79535-47bb-0310-9956-ffa450edef68
* Update to SonarQube plugin 3.1.1 and try to set versionDominik Stadler2021-04-261-1/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889206 13f79535-47bb-0310-9956-ffa450edef68
* Jeknins DSL: Disable Maven based Sonar-run to see if the Gradle-based one ↵Dominik Stadler2021-04-261-1/+3
| | | | | | | | works fine now We can get rid of the Maven-based build if the Gradle-based job works fine now! git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1889200 13f79535-47bb-0310-9956-ffa450edef68
* fix gradle builds to better comply with IntelliJAndreas Beeker2021-04-181-2/+8
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888936 13f79535-47bb-0310-9956-ffa450edef68
* Increase memory for task allJavaDoc to avoid OOM during buildingDominik Stadler2021-04-151-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888793 13f79535-47bb-0310-9956-ffa450edef68
* Adjust paths in build-files some more and copy svn-libsDominik Stadler2021-04-101-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888584 13f79535-47bb-0310-9956-ffa450edef68
* move jdk check into doFirstAndreas Beeker2021-04-101-9/+11
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888582 13f79535-47bb-0310-9956-ffa450edef68
* fix paths for integration build, docs, add site task to main build.gradleAndreas Beeker2021-04-101-1/+53
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888580 13f79535-47bb-0310-9956-ffa450edef68
* Adjust for the new source-directories in some more placesDominik Stadler2021-04-081-12/+15
| | | | git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1888536 13f79535-47bb-0310-9956-ffa450edef68