fix: action run failed

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

View File

@ -41,10 +41,9 @@ jobs:
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
cache: gradle
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file
cache: 'gradle'
- name: Gradle Permission Grant
run: chmod +x ./gradlew