1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 19:29:53 +03:00
aports/community/abcl/fix-tests.patch
Celeste 388cfb37eb community/abcl: move from testing
- 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
2024-07-27 05:18:34 +00:00

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>