Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
na2sime authored May 14, 2024
1 parent 140ebd9 commit 5124ca8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ jobs:
run: chmod +x gradlew
- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0
- name: Build with Gradle Wrapper
run: ./gradlew build
with:
gradle-version: '8.5'
- name: Build with Gradle 8.5
run: gradle build
- name: Publish to GitHub Packages
run: ./gradlew publish
env:
Expand Down

0 comments on commit 5124ca8

Please sign in to comment.