Skip to content

Commit

Permalink
Follow gradle/gradle-build-action Docs
Browse files Browse the repository at this point in the history
Use the sample code from the documentation for building and testing with the gradle plugin
  • Loading branch information
GeistInDerSH committed Dec 3, 2023
1 parent c3845a6 commit 620f36f
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,7 @@ jobs:
distribution: 'temurin'
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: build
- name: Run with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
with:
arguments: run
- name: Execute Gradle build
run: ./gradlew build
- name: Execute Gradle test
run: ./gradlew test

0 comments on commit 620f36f

Please sign in to comment.