This is an automated email from the ASF dual-hosted git repository.
remm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push:
new d2f8d8351f Add Java 22+ check for release
d2f8d8351f is described below
commit d2f8d8351fe66e153ca5d5fde15cef820f70cfef
Author: remm <[email protected]>
AuthorDate: Wed Apr 10 20:44:22 2024 +0200
Add Java 22+ check for release
---
build.xml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/build.xml b/build.xml
index 636072a402..ecc7ee4767 100644
--- a/build.xml
+++ b/build.xml
@@ -2671,16 +2671,11 @@ skip.installer property in build.properties" />
</target>
<target name="release-version-check">
- <!--FIXME: add version check for release once Java 22 has reasonable
availability
<fail message="Java version ${release.java.version} or newer is required
for release (${java.version} is installed)">
<condition>
<not><javaversion atleast="${release.java.version}" /></not>
</condition>
- </fail>-->
- <condition property="no-ffm">
- <not><javaversion atleast="${release.java.version}" /></not>
- </condition>
- <echo level="error" if:set="no-ffm">JAVA VERSION 22 OR NEWER IS REQUIRED
FOR RELEASE</echo>
+ </fail>
</target>
<target name="-pre-release-lone-target-check">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]