From cad1f30bb84d0f66e16b590f0bce6966b82d90e5 Mon Sep 17 00:00:00 2001 From: Yugandharkumar Date: Wed, 3 May 2023 16:55:31 +0530 Subject: [PATCH] Update deck-oes.yml --- .github/workflows/deck-oes.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deck-oes.yml b/.github/workflows/deck-oes.yml index 57309853b90..b4b0da79097 100644 --- a/.github/workflows/deck-oes.yml +++ b/.github/workflows/deck-oes.yml @@ -49,9 +49,9 @@ jobs: sed -i 's/\r//' docker/setup-apache2.sh sed -i 's/\r//' docker/run-apache2.sh - ./gradlew build --no-daemon -PskipTests + #./gradlew build --no-daemon -PskipTests - #./gradlew --no-daemon -PenableCrossCompilerPlugin=true + ./gradlew --no-daemon -PenableCrossCompilerPlugin=true ls -ltra - name: dockerBuildpush uses: docker/build-push-action@v2