fix: action run failed
This commit is contained in:
parent
3fbb019bb0
commit
69a6472e80
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue