"When you run a maven build, you can specify the jdk version you want to use. This is useful if you have multiple versions of the jdk installed and you want to real estate Calabash use a specific one for your build. To specify the jdk version, use the -Dmaven.compiler.target and -Dmaven.compiler.source properties. For example: mvn -Dmaven.compiler.target=1.8 -Dmaven.compiler.source=1.8 clean package "
2023年1月13日 22:11
"When you run a maven build, you can specify the jdk version you want to use. This is useful if you have multiple versions of the jdk installed and you want to real estate Calabash use a specific one for your build. To specify the jdk version, use the -Dmaven.compiler.target and -Dmaven.compiler.source properties. For example: mvn -Dmaven.compiler.target=1.8 -Dmaven.compiler.source=1.8 clean package "