Skip to content

Commit

Permalink
Force gradle version
Browse files Browse the repository at this point in the history
  • Loading branch information
ajamaica committed Aug 11, 2023
1 parent f03b0ea commit 265e5d6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- name: Run Tests
uses: Raul6469/[email protected]
with:
java-version: '11'
distribution: 'adopt'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
- name: Publish package
run: gradle clean assemble publish
script: clean assemble publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 265e5d6

Please sign in to comment.