Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into support_27
Browse files Browse the repository at this point in the history
  • Loading branch information
joutvhu committed Mar 31, 2023
2 parents e84e4e1 + 6e6b8c2 commit a82e118
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/maven-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
contents: ${{ secrets.GRADLE_SECRET_PROPERTIES }}
write_mode: overwrite

- name: Make gradlew executable
run: chmod +x ./gradlew

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

Expand Down

0 comments on commit a82e118

Please sign in to comment.