提交 db921dba 编写于 作者: J Jesse Glick

[JENKINS-18403] Commented-out bytecode level restriction for Maven process.

上级 8ef83fff
......@@ -105,6 +105,10 @@ public final class ProcessCache {
this.parent = parent;
this.mavenOpts = mavenOpts;
this.channel = np.channel;
/* Probably not currently useful for testing; could add if we did not want plugins accidentally loading 7+ bytecode into Maven JVM:
short javaLevel = 6; // cf. jenkins/pom.xml#java.level
channel.setMaximumBytecodeLevel(javaLevel);
*/
this.proc = np.proc;
this.installation = installation;
this.jdk = jdk;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册