Skip to content

Commit

Permalink
Merge pull request #45 from jglick/java-8
Browse files Browse the repository at this point in the history
Restore ability to use library from Java 8-based clients
  • Loading branch information
jglick authored Sep 27, 2022
2 parents 12f007a + fcc0499 commit 912b950
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.88</version>
<relativePath />
<relativePath/>
</parent>
<groupId>org.jenkins-ci.test</groupId>
<artifactId>docker-fixtures</artifactId>
<version>${changelist}</version>
<name>Docker Fixtures</name>
<description>Docker rule for JUnit.</description>
<url>https://github.com/jenkinsci/docker-fixtures</url>
<repositories>
<repository>
<id>repo.jenkins-ci.org</id>
Expand Down Expand Up @@ -54,6 +55,7 @@
<gitHubRepo>jenkinsci/docker-fixtures</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spotbugs.failOnError>false</spotbugs.failOnError> <!-- TODO -->
<maven.compiler.release>8</maven.compiler.release> <!-- TODO until dropping Java 8 support in consuming plugins -->
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 912b950

Please sign in to comment.