Skip to content

Commit

Permalink
JENKINS-28629 - Fix Apache Maven 3.3 support - create maven33 agent a…
Browse files Browse the repository at this point in the history
…nd interceptor - make sure we are using Java 7 class version
  • Loading branch information
tomerc committed Mar 31, 2016
1 parent 517dfcf commit 45e9ad6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -193,7 +193,7 @@ private static InputStream getClassWorldsConfStream() throws FileNotFoundExcepti
}

/**
* Makes sure that this is Java5 or later.
* Makes sure that this is Java7 or later.
*/
private static void versionCheck() {
String v = System.getProperty("java.class.version");
Expand Down

0 comments on commit 45e9ad6

Please sign in to comment.