Skip to content

Commit

Permalink
upd gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
randaller2k committed May 28, 2024
1 parent 1058146 commit 60a5ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file

- name: Grant execute permission for gradlew
run: chmod +x ./gradlew

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew build

Expand Down

0 comments on commit 60a5ac9

Please sign in to comment.