我正在尝试在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版本吗?