Skip to content

Commit

Permalink
gradlew build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Hxgfk committed Mar 17, 2024
1 parent 9bb6299 commit be83143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build-mod-jar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Grant execute permission for gradlew (Windows)
run: |
Get-ChildItem -Path ./gradlew.bat | ForEach-Object { $_.IsReadOnly = $false }
.\gradlew.bat tasks
./gradlew.bat tasks
- name: Build with Gradle
run: ./gradlew.bat build
Expand Down
Binary file added gradle/wrapper/gradle-wrapper.jar
Binary file not shown.

0 comments on commit be83143

Please sign in to comment.