Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .sdkmanrc

This file was deleted.

15 changes: 10 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<executions>
<execution>
<id>enforce-maven</id>
Expand All @@ -140,8 +140,13 @@
<configuration>
<rules>
<requireMavenVersion>
<!-- this is the version jitpack.io uses -->
<version>3.6.2</version>
<!--
JitPack has no project Maven Wrapper or .sdkmanrc, so it fetches a Maven
version to build with based on this rule - but that matching isn't reliable
for every version. Only raise this once a fresh JitPack build log confirms
the exact requested version was actually used.
-->
<version>3.9.9</version>
</requireMavenVersion>
</rules>
</configuration>
Expand All @@ -153,7 +158,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.15.0</version>
<version>3.16.0</version>
<configuration>
<source>25</source>
<target>25</target>
Expand All @@ -164,7 +169,7 @@
<plugin>
<groupId>org.codehaus.gmavenplus</groupId>
<artifactId>gmavenplus-plugin</artifactId>
<version>4.3.1</version>
<version>5.1.0</version>
<configuration>
<targetBytecode>25</targetBytecode>
</configuration>
Expand Down
Loading