Skip to content

Commit

Permalink
Fixed gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Minemobs committed Aug 4, 2024
1 parent 8fa455a commit 7836b07
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
attestations: write
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v4
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
Expand All @@ -23,10 +24,8 @@ jobs:

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build with Gradle
run: gradle build
with:
gradle-version: '8.5'
- name: Build with Gradle wrapper
run: ./gradlew build

- name: Rename jar
run: mv $(find build/libs/ | grep -P "\d\.jar") constructarmory.jar
Expand Down

0 comments on commit 7836b07

Please sign in to comment.