mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 19:29:53 +03:00
- build with a lower openjdk version so this aport is less limited in which openjdk it may be used with - install versioned .jar's, and symlink them, following what is done in many Java aports - update reason for disabling loongarch64, it is no longer blocked by apache-ant, but takes more than 6 hours to build, tried openjdk8, openjdk17, openjdk21
20 lines
814 B
Diff
20 lines
814 B
Diff
--- a/build.xml
|
|
+++ b/build.xml
|
|
@@ -1022,7 +1022,7 @@
|
|
<property name="maven.dist.name"
|
|
value="apache-maven-3.3.9-bin.zip"/>
|
|
<property name="maven.dist.uri"
|
|
- value="http://www-eu.apache.org/dist/maven/maven-3/3.3.9/binaries/${maven.dist.name}"/>
|
|
+ value="https://archive.apache.org/dist/maven/maven-3/3.3.9/binaries/${maven.dist.name}"/>
|
|
<property name="maven.local.path"
|
|
value="${abcl.ext.dir}/${maven.dist.name}"/>
|
|
|
|
@@ -1069,7 +1069,7 @@
|
|
<javac destdir="${abcl.test.classes.dir}"
|
|
classpathref="abcl.test.compile.classpath"
|
|
debug="true"
|
|
- target="1.5">
|
|
+ target="1.8">
|
|
<src path="${abcl.test.src.dir}"/>
|
|
<patternset refid="abcl.test.source.java"/>
|
|
</javac>
|