Revert debug logging for patch release build (#3014)
This commit is contained in:
parent
63216ccf64
commit
acea8bb5fd
|
|
@ -68,7 +68,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
job-id: jdk11
|
job-id: jdk11
|
||||||
remote-build-cache-proxy-enabled: false
|
remote-build-cache-proxy-enabled: false
|
||||||
arguments: build --stacktrace -Prelease.version=${{ github.event.inputs.version }} --info
|
arguments: build --stacktrace -Prelease.version=${{ github.event.inputs.version }}
|
||||||
- name: Publish artifacts
|
- name: Publish artifacts
|
||||||
uses: burrunan/gradle-cache-action@v1.10
|
uses: burrunan/gradle-cache-action@v1.10
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue