Skip to content

Commit

Permalink
[pom] Drop runtime back to java 8 requirement until spotbugs goes to …
Browse files Browse the repository at this point in the history
…11 or better
  • Loading branch information
hazendaz committed Jun 27, 2024
1 parent 850f0cf commit 138fdb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,11 @@
</distributionManagement>

<properties>
<!-- Drop back to java 8 to allow with spotbugs -->
<java.version>8</java.version>
<java.release.version>8</java.release.version>
<javadoc.java.release.version>8</javadoc.java.release.version>

<sourceDirectory>${project.basedir}/src/main/groovy</sourceDirectory>

<projectVersion>${project.version}</projectVersion>
Expand Down

0 comments on commit 138fdb5

Please sign in to comment.