Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderrek authored Feb 20, 2024
1 parent 7608152 commit 615bf9a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,15 @@ jobs:
java-version: '17'
distribution: 'corretto'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@417ae3ccd767c252f5661f1ace9f835f9654f2b5 # v3.1.0

- name: Permissions
run: sudo chmod +x ./gradlew

- name: Build with Gradle
run: ./gradlew build

- name: Build jar
run: ./gradlew jar

- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: Package
name: HegeWorld
path: build/libs

0 comments on commit 615bf9a

Please sign in to comment.