Skip to content

Commit

Permalink
Switch back to gradle-build-action@v2 now that gradle/gradle-build-ac…
Browse files Browse the repository at this point in the history
…tion#350 is fixed
  • Loading branch information
dwalluck authored and rnc committed Aug 4, 2022
1 parent ddd4a22 commit 45e956c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# settings.xml file
run: rm ~/.m2/settings.xml
- name: Check Java formatting
uses: gradle/gradle-build-action@v2.1.7
uses: gradle/gradle-build-action@v2
with:
cache-disabled: true
gradle-version: 5.6.4
Expand All @@ -65,7 +65,7 @@ jobs:
# net.linguica.gradle.maven.settings plugin and github's provided maven
# settings.xml file
run: rm ~/.m2/settings.xml
- uses: gradle/gradle-build-action@v2.1.7
- uses: gradle/gradle-build-action@v2
with:
gradle-version: ${{ matrix.gradle }}
arguments: --no-daemon --stacktrace clean build AggregateJacocoReport
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
"username": "${{ secrets.SONATYPE_USERNAME }}",
"password": "${{ secrets.SONATYPE_PASSWORD }}"
}]
- uses: gradle/gradle-build-action@v2.1.7
- uses: gradle/gradle-build-action@v2
with:
arguments: clean build publish AggregateJacocoReport
- name: Codecov
Expand Down

0 comments on commit 45e956c

Please sign in to comment.