Skip to content

Commit

Permalink
update JDK version.
Browse files Browse the repository at this point in the history
Jenkins became requiring JDK1.7.
see [JENKINS-28120] jenkinsci/jenkins@c00935f
  • Loading branch information
mitoma committed May 11, 2015
1 parent 514c47e commit af2b72b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/hudson/plugins/sshslaves/SSHLauncher.java
Expand Up @@ -138,8 +138,8 @@ public class SSHLauncher extends ComputerLauncher {
public static final SchemeRequirement SSH_SCHEME = new SchemeRequirement("ssh");


public static final String JDKVERSION = "jdk-6u45";
public static final String DEFAULT_JDK = JDKVERSION + "-oth-JPR@CDS-CDS_Developer";
public static final String JDKVERSION = "jdk-7u80";
public static final String DEFAULT_JDK = JDKVERSION + "-oth-JPR";

/**
* @deprecated
Expand Down

0 comments on commit af2b72b

Please sign in to comment.