Skip to content

Commit

Permalink
Update build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Moresteck authored Oct 15, 2024
1 parent 715dda9 commit 78664d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.2.0
- uses: actions/checkout@v4
- name: Set up JDK 8
uses: actions/setup-java@v3.9.0
uses: actions/setup-java@v4
with:
java-version: 8
distribution: zulu
distribution: 'zulu'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build with Gradle
uses: gradle/[email protected]
with:
arguments: build
run: ./gradlew build
- name: Upload a Build Artifact
uses: actions/upload-artifact@v3.1.1
uses: actions/upload-artifact@v4
with:
path: build/libs
path: build/libs

0 comments on commit 78664d5

Please sign in to comment.