Files
ports/net/jgroups/files/patch-build.xml
T
Ronald Klop 902486bc8f net/jgroups: fix build with jdk21
PR:	291670
2025-12-15 18:25:32 +01:00

19 lines
627 B
XML

--- build.xml.orig 2025-12-14 20:22:21 UTC
+++ build.xml
@@ -92,7 +92,6 @@
depends="prepare"
description="Compiles all Java files">
<javac destdir="${compile.dir}"
- source="1.6"
classpathref="jg.classpath"
includeantruntime="false"
debug="on"
@@ -115,7 +114,6 @@
depends="prepare"
description="Compiles all Java files">
<javac destdir="${compile.dir}"
- source="1.6"
classpathref="jg.classpath"
includeantruntime="false"
debug="on"