diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 62596a198..fd50413a0 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -37,4 +37,4 @@ jobs: - name: Build the project run: | - jf gradle clean build -x asciidoc -x asciidoctorPdf -Palltests --parallel + jf gradle clean build -x asciidoc -x asciidoctorPdf -x dist -Palltests --parallel --stacktrace