Skip to content

Commit

Permalink
Fix GitHub Actions file
Browse files Browse the repository at this point in the history
  • Loading branch information
pwall567 committed Oct 27, 2024
1 parent 26467f3 commit 3c8ec2e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '8'
cache: maven
- uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 3c8ec2e

Please sign in to comment.