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