Revert debug logging for patch release build (#3014)

This commit is contained in:
Anuraag Agrawal 2021-03-12 01:40:57 +09:00 committed by GitHub
parent 63216ccf64
commit acea8bb5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ jobs:
with:
job-id: jdk11
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
uses: burrunan/gradle-cache-action@v1.10
with: