Skip to content

Commit

Permalink
Delete java/gradle setup on pushes.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBunnyDc committed Sep 25, 2024
1 parent 1eba2e9 commit 3b06036
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/pushes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,6 @@ jobs:
with:
fetch-depth: 1000
fetch-tags: true
- name: Setup JDK 21
uses: neoforged/actions/setup-java@main
with:
java-version: 21
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: false
- name: Setup with Gradle
run: ./gradlew setup


- name: Notify On Success
if: success()
Expand Down

0 comments on commit 3b06036

Please sign in to comment.