Skip to content

Commit

Permalink
Merge pull request #302 from wealthfront/update-gradle
Browse files Browse the repository at this point in the history
Replace Gradle build action with successor
  • Loading branch information
cmathew authored Jun 19, 2024
2 parents 64caab3 + 2443fb5 commit 5129cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/runTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
distribution: 'adopt'
java-version: 17
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/actions/setup-gradle@v3
with:
arguments: testDebugUnitTest lintRelease checkstyle lintKotlin

0 comments on commit 5129cf2

Please sign in to comment.