Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AluTheCrow authored Jan 14, 2024
1 parent 537100d commit 8e39925
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -10,11 +10,16 @@ jobs:
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Setup Git environment
- uses: actions4git/setup-git@v1.0.3
with:
user-name: 'Andy (Alu)'
user-email: 'support@theomenden.com'
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 17
java-version: 17
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Make gradlew executable
@@ -30,4 +35,4 @@ jobs:
curseforge-id: 960132
curseforge-token: ${{ secrets.CURSEFORGE_TOKEN }}
github-generate-changelog: true
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8e39925

Please sign in to comment.