Skip to content

Commit

Permalink
Correct Gradle action usage
Browse files Browse the repository at this point in the history
Should use the source controlled wrapper version, not override it here.
  • Loading branch information
chadlwilson committed Feb 1, 2024
1 parent c672e78 commit cb69cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ jobs:
- uses: getgauge/setup-gauge@master
with:
gauge-plugins: java, html-report, xml-report
- uses: gradle/gradle-build-action@v3
with:
gradle-version: '8.2'
- uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle on ubuntu
if: matrix.os != 'windows-latest'
run: |
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- uses: getgauge/setup-gauge@master
with:
gauge-plugins: java, html-report, xml-report
- uses: gradle/gradle-build-action@v3
with:
gradle-version: '8.2'
- uses: gradle/actions/setup-gradle@v3
- name: Upload to gradle portal
run: |
./gradlew plugin:build
Expand Down

0 comments on commit cb69cc8

Please sign in to comment.