This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-common.git
The following commit(s) were added to refs/heads/master by this push:
new 635da12 any Antlib we release in the future will likely require Ant
1.10.x
635da12 is described below
commit 635da12e3d6fd724f35895c1ded3e84c4407090d
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun May 17 11:46:30 2026 +0200
any Antlib we release in the future will likely require Ant 1.10.x
---
build.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.properties b/build.properties
index 19c9e7c..879572f 100644
--- a/build.properties
+++ b/build.properties
@@ -41,8 +41,8 @@ src.antunit=src/tests/antunit
# javac properties
-javac.-source=1.2
-javac.-target=1.2
+javac.-source=8
+javac.-target=8
javac.debug=on