Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 20c3d95

Browse files
authoredFeb 16, 2025··
Update run_gradle_task.yml
1 parent de67ba7 commit 20c3d95

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed
 

‎.github/workflows/run_gradle_task.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ jobs:
8282
${{ runner.os }}-build-
8383
${{ runner.os }}-
8484
85-
- uses: gradle/gradle-build-action@v3
85+
- uses: gradle/actions/setup-gradle@v4
8686
with:
8787
gradle-home-cache-cleanup: true
88-
arguments: ${{ inputs.gradle-task }}
88+
- name: Run the tests
89+
run: ./gradlew ${{ inputs.gradle-task }}
8990
env:
9091
ORG_GRADLE_PROJECT_sonatypeRepositoryUsername: ${{ secrets.MAVEN_SONATYPE_USERNAME }}
9192
ORG_GRADLE_PROJECT_sonatypeRepositoryPassword: ${{ secrets.MAVEN_SONATYPE_PASSWORD }}

0 commit comments

Comments
 (0)
Please sign in to comment.