From a40a0fef488ba2a565287effd001a09df5725010 Mon Sep 17 00:00:00 2001 From: Marcos Pereira Date: Tue, 24 Aug 2021 12:07:12 -0400 Subject: [PATCH] Remove properties that are unnecessary for the given sbt tasks --- .github/workflows/build-test-prValidation.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/build-test-prValidation.yml b/.github/workflows/build-test-prValidation.yml index 3295b6a455..63b7d06b10 100644 --- a/.github/workflows/build-test-prValidation.yml +++ b/.github/workflows/build-test-prValidation.yml @@ -33,14 +33,8 @@ jobs: - name: Code style check run: |- sbt -jvm-opts .jvmopts-ci \ - -Dakka.mima.enabled=false \ - -Dakka.ci-server=true \ - -Dakka.test.multi-in-test=false \ - -Dakka.test.multi-node=false \ - -Dakka.cluster.assert=on \ -Dsbt.override.build.repos=false \ -Dsbt.log.noformat=false \ - -Dakka.log.timestamps=true \ scalafmtCheckAll scalafmtSbtCheck headerCheckAll check-publish: @@ -64,10 +58,8 @@ jobs: - name: Akka publishLocal run: |- sbt -jvm-opts .jvmopts-ci \ - -Dakka.ci-server=true \ -Dsbt.override.build.repos=false \ -Dsbt.log.noformat=false \ - -Dakka.log.timestamps=true \ publishLocal publishM2