Skip to content

Commit

Permalink
[CI Skip] jitpack.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sefiraat committed Dec 23, 2021
1 parent 3ad33d9 commit af6ec01
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ jobs:
java-version: 16
cache: 'maven'
- name: Build with Maven
run: mvn package --file pom.xml
run: mvn package --file pom.xml
6 changes: 6 additions & 0 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
before_install:
- sdk install java 17.0.1-open
- sdk use java 17.0.1-open

jdk:
- openjdk17

0 comments on commit af6ec01

Please sign in to comment.