feat: update action config

This commit is contained in:
vran 2022-03-26 19:00:22 +08:00
parent bd5d62d2b5
commit 3fbb019bb0
1 changed files with 2 additions and 1 deletions

View File

@ -39,9 +39,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up JDK 11 - name: Set up JDK 11
uses: actions/setup-java@v1 uses: actions/setup-java@v2
with: with:
java-version: '11' java-version: '11'
cache: gradle
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file settings-path: ${{ github.workspace }} # location for the settings.xml file