Skip to content

Commit

Permalink
enforcer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Mar 20, 2024
1 parent 81875fd commit 210eab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<native.maven.plugin.version>0.9.27</native.maven.plugin.version>
<junit.version>5.9.1</junit.version>
<slf4j.version>2.0.3</slf4j.version>
<version.java>22</version.java>
<version.java>21</version.java>
<graal.vm.version>23.1.2</graal.vm.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<forks>1</forks>
Expand Down Expand Up @@ -696,7 +696,7 @@
</requireMavenVersion>
<dependencyConvergence/>
<requireJavaVersion>
<version>[22,)</version>
<version>[21,)</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down

0 comments on commit 210eab5

Please sign in to comment.