diff --git a/.github/actions/build/action.yml b/.github/actions/build/action.yml index 8cf698d3d..9c933bb7f 100644 --- a/.github/actions/build/action.yml +++ b/.github/actions/build/action.yml @@ -9,10 +9,10 @@ inputs: runs: using: "composite" steps: - - name: Set up JDK 11 + - name: Set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' cache: 'maven' diff --git a/sources/pom.xml b/sources/pom.xml index b436c1d7b..28fd450e8 100644 --- a/sources/pom.xml +++ b/sources/pom.xml @@ -27,8 +27,8 @@ 1.4.1 3.1.2 - 11 - 11 + 17 + 17 3.2.3.Final UTF-8 @@ -99,38 +99,6 @@ - - - release - - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.11.0 - - - -XDcompilePolicy=simple - -Xplugin:ErrorProne - - - - com.google.errorprone - error_prone_core - 2.21.1 - - - - - - - - - @@ -146,6 +114,7 @@ + org.apache.maven.plugins maven-surefire-plugin ${surefire-plugin.version}