From e567465c483a9f54519bcf0bcddfa30a4148a7e4 Mon Sep 17 00:00:00 2001 From: tesshucom Date: Sun, 21 Mar 2021 00:28:16 +0900 Subject: [PATCH] Change default value of compile.version from 1.8 to 11 (#920) --- .github/workflows/ci.yml | 4 ++-- pom.xml | 9 +-------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8b1c1152c4..ad7fd34d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Create coverage id: create-coverage if: contains(matrix.os, 'ubuntu-latest') - run: mvn -Prelease11 -Punit-test -Psend-coverage -DfailIfNoTests=false clean test jacoco:report + run: mvn -Punit-test -Psend-coverage -DfailIfNoTests=false clean test jacoco:report - name: Archive code coverage if: "(steps.create-coverage.conclusion == 'success' && contains(matrix.os, 'ubuntu-latest')) && (github.ref == 'refs/heads/master' || contains(github.ref, 'snapshot'))" uses: actions/upload-artifact@v2 @@ -70,7 +70,7 @@ jobs: retention-days: 7 - name: Verify with Maven on Win if: contains(matrix.os, 'windows-latest') - run: mvn clean verify -B -Prelease11 -Punit-test + run: mvn clean verify -B -Punit-test ########################################################################## send-coverage: name: Send coverage to Codacy diff --git a/pom.xml b/pom.xml index 38535f3404..88159a1f23 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ 6.32.0 2.14.1 airsonic/airsonic - 1.8 + 11 @@ -783,13 +783,6 @@ - - release11 - - 11 - 11 - - release12