git: 3042fe855a00 - main - devel/jiic: support building with any jdk
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 23 Jan 2026 11:22:18 UTC
The branch main has been updated by ronald:
URL: https://cgit.FreeBSD.org/ports/commit/?id=3042fe855a005f4bb7508226f61156d61826b6b4
commit 3042fe855a005f4bb7508226f61156d61826b6b4
Author: Ronald Klop <ronald@FreeBSD.org>
AuthorDate: 2026-01-22 18:40:55 +0000
Commit: Ronald Klop <ronald@FreeBSD.org>
CommitDate: 2026-01-23 11:21:48 +0000
devel/jiic: support building with any jdk
Builds fine with jdk21.
PR: 292661
Approved-by: ale@ (maintainer)
---
devel/jiic/files/build.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/devel/jiic/files/build.xml b/devel/jiic/files/build.xml
index 778b41a27f7e..f02393d08295 100644
--- a/devel/jiic/files/build.xml
+++ b/devel/jiic/files/build.xml
@@ -15,7 +15,7 @@
</target>
<target name="compile" depends="prepare">
- <javac destdir="${build}/classes" source="1.5" target="1.5" includeantruntime="true" debug="on">
+ <javac destdir="${build}/classes" includeantruntime="true" debug="on">
<src path="${src}"/>
</javac>
</target>