Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
forrestguice authored Oct 11, 2024
1 parent b817fba commit 2fa9e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 1.8
java-version: '8.0.422+5'
- name: Make gradlew executable
run: chmod +x ./gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 2fa9e9f

Please sign in to comment.