Skip to content

Commit

Permalink
Fix Jitpack
Browse files Browse the repository at this point in the history
  • Loading branch information
Jikoo committed May 27, 2024
1 parent d0edbf1 commit 023515b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '17'
cache: 'maven'

Expand Down
6 changes: 4 additions & 2 deletions jitpack.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
before_install:
- sdk install java 17.0.2-tem
- sdk use java 17.0.2-tem
- sdk update
- sdk install java 17.0.9-tem
- sdk use java 17.0.9-tem
- mvn wrapper:wrapper -Dmaven=3.6.3

0 comments on commit 023515b

Please sign in to comment.