Browse Source

FOP-2895: Try to fix Java 7

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1873639 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-2_5
Simon Steiner 4 years ago
parent
commit
b696bac863
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      fop/build.xml

+ 1
- 0
fop/build.xml View File

@@ -616,6 +616,7 @@ list of possible build targets.
</fileset>
<target name="transcoder-pkg" depends="remove-cache" description="Generates the jar for the transcoder package for Batik">
<exec executable="mvn" dir="${basedir}/..">
<env key="MAVEN_OPTS" value="-Dhttps.protocols=TLSv1,TLSv1.1,TLSv1.2"/>
<arg value="clean"/>
<arg value="install"/>
<arg value="-DskipTests"/>

Loading…
Cancel
Save