Updated with jitpack config for explicit use of java 17

This commit is contained in:
Andrew Lalis 2022-07-05 20:39:00 +02:00
parent 90a27a97a4
commit 8e174c0a61
2 changed files with 6 additions and 1 deletions

5
jitpack.yml Normal file
View File

@ -0,0 +1,5 @@
jdk:
- openjdk17
before_install:
- sdk install java 17.0.2-open
- sdk use java 17.0.2-open

View File

@ -6,7 +6,7 @@
<groupId>nl.andrewl</groupId>
<artifactId>record-net</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
<properties>
<maven.compiler.source>17</maven.compiler.source>