Skip to content

Commit

Permalink
e legger på stacktrace ved feil fra gradle på github
Browse files Browse the repository at this point in the history
  • Loading branch information
kjetiljd committed Jul 5, 2022
1 parent dbd99b3 commit 5a0c436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
java-version: 11

- name: Build
run: ./gradlew build
run: ./gradlew build --stacktrace
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/release-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
java-version: 11

- name: build and update version
run: ./gradlew build release -Prelease.useAutomaticVersion=true
run: ./gradlew build release --stacktrace -Prelease.useAutomaticVersion=true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -34,6 +34,6 @@ jobs:
ref: "release-${{ env.VERSION }}"

- name: publish package
run: ./gradlew publish --info
run: ./gradlew publish --stacktrace --info
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 5a0c436

Please sign in to comment.