diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6d20eb1..4a9dd5b1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,4 +25,4 @@ jobs: - name: print Maven and Java versions run: mvn --version - name: Build - run: mvn --no-transfer-progress -B clean verify animal-sniffer:check + run: mvn -ntp -B clean verify diff --git a/pom.xml b/pom.xml index 64fbea9c..5ebd00e6 100644 --- a/pom.xml +++ b/pom.xml @@ -195,8 +195,7 @@ under the License. maven-compiler-plugin 3.12.1 - 1.8 - 1.8 + 11 @@ -305,7 +304,7 @@ under the License. org/scoverage/plugin/HelpMojo.java - 1.8 + 11 @@ -360,19 +359,6 @@ under the License. 3.2.3 - - org.codehaus.mojo - animal-sniffer-maven-plugin - 1.23 - - - org.codehaus.mojo.signature - java18 - 1.0 - - - - org.codehaus.mojo clirr-maven-plugin @@ -527,8 +513,8 @@ under the License. - 1.8 - Java 1.8 or later required. + 11 + Java 11 or later required.