Przeglądaj źródła

raise XmlBeans to 5.0.0 (nightly) also in the gradle build

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887345 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
Andreas Beeker 3 lat temu
rodzic
commit
afbef57d35
1 zmienionych plików z 3 dodań i 3 usunięć
  1. 3
    3
      build.gradle

+ 3
- 3
build.gradle Wyświetl plik

@@ -102,7 +102,7 @@ subprojects {
log4jVersion = '2.14.0'
mockitoVersion = '3.6.0'
hamcrestVersion = '2.2'
xmlbeansVersion = '4.0.1'
xmlbeansVersion = '5.0.0'
}

tasks.withType(JavaCompile) {
@@ -271,10 +271,10 @@ project('ooxml') {
}

task downloadJarsToLibs() {
def f = new File("$projectDir/../../lib/ooxml/xmlbeans-4.0.1.jar")
def f = new File("$projectDir/../../lib/ooxml/xmlbeans-5.0.0.jar")
if (!f.exists()) {
println 'writing file ' + f.getAbsolutePath()
new URL('https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-4.0.1.jar').withInputStream{ i -> f.withOutputStream{ it << i }}
new URL('https://ci-builds.apache.org/job/POI/job/POI-XMLBeans-DSL-1.8/lastSuccessfulBuild/artifact/build/xmlbeans-5.0.0.jar').withInputStream{ i -> f.withOutputStream{ it << i }}
}
}


Ładowanie…
Anuluj
Zapisz