ant build fails with new jdk version
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
wls: 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
Build runs successfully with jdk1.8.0_281, not with jdk1.8.0_321
${jdk.version}: 1.8
What am I missing?