Skip to content

Commit

Permalink
Add jitpack.yml to fix release on Java 16
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbker committed May 12, 2023
1 parent a91601d commit bdd0bbb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@
<version>2.0</version>

<properties>
<maven.compiler.source>16</maven.compiler.source>
<maven.compiler.target>16</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>17</maven.compiler.release>
</properties>

<dependencies>
Expand Down Expand Up @@ -45,9 +44,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
<source>16</source>
<target>16</target>
<release>17</release>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit bdd0bbb

Please sign in to comment.