hello my ant build are working fine with jdk1.8.0_281, but if I change to 1.8.0_321 it fails.
maven-3.6.3 jdkversion:1.8.0_321 Oracle weblogic : 12.2.1.4.0 ANT_HOME=%ORACLE_HOME%\oracle_common\modules\thirdparty\org.apache.ant\1.10.5.0.0\apache-ant-1.10.5 MAVEN_OPTS=-Xms2048m -Xmx2048m call %ORACLE_HOME%\oracle_common\modules\thirdparty\org.apache.ant\1.10.5.0.0\apache-ant-1.10.5\bin\ant.bat -Dwls_home=%ORACLE_HOME%\wlserver -Dbuild.run.id=22M02 -Dtemp=C:\Temp -Dalsb.version=local build Buildfile: %BUILD_DIR%\build.xml [exec] [ERROR] Unknown lifecycle phase "". You must specify a valid lifecycle phase or a goal in the format <plugin-prefix>:<goal> or <plugin-group-id>:<plugin-artifact-id>[:<plugin-version>]:<goal>. Available lifecycle phases are: validate, initialize, generate-sources, process-sources, generate-resources, process-resources, compile, process-classes, generate-test-sources, process-test-sources, generate-test-resources, process-test-resources, test-compile, process-test-classes, test, prepare-package, package, pre-integration-test, integration-test, post-integration-test, verify, install, deploy, pre-clean, clean, post-clean, pre-site, site, post-site, site-deploy. -> [Help 1] I'm not getting any errors with JDK 1.8.0_281. When using latest JDK 1.8.0_321 I hit this error when trying to build
