From 023515bea1a06c8274535e265ba042b626a0ef69 Mon Sep 17 00:00:00 2001 From: Jikoo Date: Mon, 27 May 2024 18:15:40 -0400 Subject: [PATCH] Fix Jitpack --- .github/workflows/ci.yml | 2 +- jitpack.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e9c203..8df4408 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - name: Set up JDK uses: actions/setup-java@v4 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '17' cache: 'maven' diff --git a/jitpack.yml b/jitpack.yml index a41900a..17a08af 100644 --- a/jitpack.yml +++ b/jitpack.yml @@ -1,3 +1,5 @@ before_install: - - sdk install java 17.0.2-tem - - sdk use java 17.0.2-tem \ No newline at end of file + - sdk update + - sdk install java 17.0.9-tem + - sdk use java 17.0.9-tem + - mvn wrapper:wrapper -Dmaven=3.6.3