From 1ee52c071f249e69a8b62edae161735e8d77fb33 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Thu, 5 Oct 2023 21:05:48 -0500 Subject: [PATCH] [CI] Debugging check-samples (cont..) --- .github/workflows/check-samples.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index a9f3d20f..d791b9a8 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -48,6 +48,4 @@ jobs: LOCAL_REPOSITORY_PATH: ${{ github.workspace }}/build/publications/repos VERSION: ${{ needs.prerequisites.outputs.project_version }} run: | - ./gradlew --debug --stacktrace --no-build-cache clean build -x test -x integrationTest \ - -PlocksDisabled \ - publishMavenJavaPublicationToLocalRepository + ./gradlew --info --stacktrace --no-build-cache clean build -x test -x integrationTest publishMavenJavaPublicationToLocalRepository