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