Skip to content

Commit

Permalink
Use old spotless version only for JDK < 11
Browse files Browse the repository at this point in the history
  • Loading branch information
slawekjaranowski committed Feb 21, 2024
1 parent e9fd7a8 commit 4fad6fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@
<profile>
<id>jdk8</id>
<activation>
<jdk>[1.8,]</jdk>
<jdk>[1.8,11)</jdk>
</activation>
<properties>
<!-- last version working with java 8 -->
Expand Down

0 comments on commit 4fad6fe

Please sign in to comment.