diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 8c09f7d9..0922279f 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -40,9 +40,9 @@ jobs: uses: actions/setup-java@v3 with: distribution: "temurin" - java-version: | - 17 - 11 + java-version: 11 #| +# 17 +# 11 cache: "maven" - name: Cache SonarCloud packages uses: actions/cache@v3 @@ -73,7 +73,8 @@ jobs: run: mvn --batch-mode clean compile test-compile scalastyle:check scalafix:scalafix - name: Run tests and build with Maven run: | - JAVA_HOME=$JAVA_HOME_11_X64 mvn --batch-mode clean verify \ +# JAVA_HOME=$JAVA_HOME_11_X64 + mvn --batch-mode clean verify --file pom.xml \ -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn \ -DtrimStackTrace=false \ -Dcom.exasol.dockerdb.image=${{ matrix.exasol-docker-version }}