Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagogebrimm authored Jun 3, 2023
1 parent 891ab42 commit b20a04d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
- uses: actions/setup-java@v3
with:
java-version: '11'
distribution: 'temurin'
- name: Build with Gradle
uses: gradle/gradle-build-action@67421db6bd0bf253fb4bd25b31ebb98943c375e1
java-version: 17
cache: 'gradle'
- run: ./gradlew clean shadowJar --no-daemon
- uses: actions/upload-artifact@v3
with:
arguments: build
name: RevoSafeDrop-build

0 comments on commit b20a04d

Please sign in to comment.