Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[JENKINS-42709] Unable to build for Java 8
With Java 8 set as build target version.
  • Loading branch information
szpak committed Mar 13, 2017
1 parent fcef7b5 commit 8ae105e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -96,7 +96,7 @@ THE SOFTWARE.
<findbugs.failOnError>true</findbugs.failOnError>
<test-annotations.version>1.2</test-annotations.version>

<java.level>7</java.level>
<java.level>8</java.level>

<changelog.url>https://jenkins.io/changelog</changelog.url>
</properties>
Expand Down Expand Up @@ -673,7 +673,7 @@ THE SOFTWARE.
<configuration>
<rules>
<requireJavaVersion>
<version>1.7.0</version>
<version>1.8.0</version>
</requireJavaVersion>
<requireMavenVersion>
<version>3.0</version>
Expand Down

0 comments on commit 8ae105e

Please sign in to comment.