diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 176cd38..09682ef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/setup-java@v3 with: - distribution: 'adopt' + distribution: 'temurin' java-version: '17' cache: 'maven' diff --git a/pom.xml b/pom.xml index e09b7e7..037125f 100644 --- a/pom.xml +++ b/pom.xml @@ -27,8 +27,8 @@ UTF-8 - 16 - 16 + 17 + 17 unknown