Skip to content

Commit

Permalink
Update gradle_build.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Álex Ruiz <[email protected]>
  • Loading branch information
AlexRuiz7 committed Apr 24, 2024
1 parent 26ad70b commit 6515749
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/gradle_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ on:
- cron: '00 8 * * 5'
jobs:
gradle:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
Expand All @@ -16,7 +13,7 @@ jobs:
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@v2.9.0

- name: Execute Gradle build
run: ./gradlew build

0 comments on commit 6515749

Please sign in to comment.