我正在尝试在 CloubBees BuildHive 中创建一个构建。我的 Maven 使用的是 1.7 JDK,当我尝试构建时,出现以下异常
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] Failure executing javac, but could not parse the error:
javac: invalid target release: 1.7
Usage: javac <options> <source files>
use -help for a list of possible options
有人告诉我如何更改JDK版本吗?