Skip to content

Commit

Permalink
Upgrade to Gradle GH action v2
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennestuder committed Oct 12, 2021
1 parent 198afb9 commit 038b039
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ jobs:
with:
java-version: 11
- name: Build with Gradle
uses: gradle/gradle-build-action@v1
uses: gradle/gradle-build-action@v2
with:
arguments: build -PtestJavaRuntimeVersion=${{ matrix.java-version }} -PtestGradleVersion=${{ matrix.gradle-version }} -Pgradle-rocker-plugin.acceptGradleTOS=true
distributions-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: false

0 comments on commit 038b039

Please sign in to comment.