diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 30eea2a..f7f790c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,11 +38,11 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Get Date id: get-date diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 52bf1e2..20209c0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,11 +29,11 @@ jobs: gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }} passphrase: ${{ secrets.GPG_PASSPHRASE }} - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v2 with: distribution: temurin - java-version: 11 + java-version: 17 - name: Cache local Maven repository uses: actions/cache@v2 diff --git a/.lgtm.yml b/.lgtm.yml index ded87cd..80107f3 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -8,4 +8,4 @@ extraction: maven: version: "3.8.4" # Specify the Java version required to build the project - java_version: "11" \ No newline at end of file + java_version: "17" \ No newline at end of file diff --git a/pom.xml b/pom.xml index 7b049f1..55381dc 100644 --- a/pom.xml +++ b/pom.xml @@ -26,8 +26,8 @@ 3.8.1 true - 11 - 11 + 17 + 17 UTF-8 UTF-8 3.6.0