Skip to content

Commit

Permalink
I'm using Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Obydux committed Aug 8, 2024
1 parent 21e1b6e commit 1b5244d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build NoCheat
run: mvn clean install
run: chmod +x ./gradlew
run: ./gradlew b
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1b5244d

Please sign in to comment.