Skip to content

Commit

Permalink
Restore ability to use library from Java 8-based clients
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 27, 2022
1 parent 12f007a commit af8ff16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,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 af8ff16

Please sign in to comment.