Skip to content

Commit b11c99b

Browse files
author
Kjetil JD
committed
e legger på stacktrace ved feil fra gradle på github
1 parent c580d1a commit b11c99b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-branches.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
with:
1919
java-version: 17
2020
- name: Build
21-
run: ./gradlew build
21+
run: ./gradlew build --stacktrace

.github/workflows/release-master.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
java-version: 17
2525

2626
- name: build and update version
27-
run: ./gradlew build release -Prelease.useAutomaticVersion=true
27+
run: ./gradlew build release --stacktrace -Prelease.useAutomaticVersion=true
2828

2929
- name: check out release-version
3030
uses: actions/checkout@v2
3131
with:
3232
ref: "release-${{ env.VERSION }}"
3333

3434
- name: publish package
35-
run: ./gradlew publish --info
35+
run: ./gradlew publish --stacktrace --info
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)