This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new 8803269601 Add Java 22+ check for release 8803269601 is described below commit 8803269601aa83fe356ee7b1c72727ae2aace004 Author: remm <r...@apache.org> 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 7c4cbfaadf..19e575a11e 100644 --- a/build.xml +++ b/build.xml @@ -2699,16 +2699,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: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org