diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 02a7d9f0..8255c2b5 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -47,7 +47,7 @@ jobs: - name: Build artifacts uses: gradle/actions/setup-gradle@v3 with: - arguments: build + arguments: shadowJar # https://github.com/marketplace/actions/create-release - name: Create release diff --git a/.github/workflows/pull_request_check.yml b/.github/workflows/pull_request_check.yml index 096c49aa..12675da6 100644 --- a/.github/workflows/pull_request_check.yml +++ b/.github/workflows/pull_request_check.yml @@ -32,7 +32,7 @@ jobs: - name: Build artifacts uses: gradle/actions/setup-gradle@v3 with: - arguments: build --stacktrace + arguments: shadowJar ktlint: runs-on: ubuntu-latest @@ -63,4 +63,3 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} detekt_config: config/detekt/detekt.yml detekt_build_upon_default_config: true - reporter: github-pr-review diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml index 3ae08c1f..5d2c2fff 100644 --- a/.idea/jarRepositories.xml +++ b/.idea/jarRepositories.xml @@ -36,5 +36,30 @@