Skip to content

Commit

Permalink
[FIXED JENKINS-26434] Add OpenJDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
vjuranek committed Jan 14, 2015
1 parent 2896e7c commit 913c8e2
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -141,6 +141,7 @@ public ListBoxModel doFillOpenjdkPackageItems(){
}

public enum OpenJDKPackage {
openJDK8("openJDK8","java-1.8.0-openjdk"),
openJDK7("openJDK7","java-1.7.0-openjdk"),
openJDK6("openJDK6","java-1.6.0-openjdk");

Expand Down

0 comments on commit 913c8e2

Please sign in to comment.