Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
mosemister committed Oct 6, 2023
1 parent 7145f85 commit 918f354
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/GradleBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,6 @@ jobs:
distribution: 'adopt'
- name: Build Bukkit with Gradle
run: ./gradlew CoreToFolia:plugin -P folia-api-version=1.19.4 -P use-paper=true
buildTranslateBukkit1-18-2:
needs: [ buildTranslateFolia ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- name: Build Bukkit with Gradle
run: ./gradlew CoreToFolia:plugin -P folia-api-version=1.18.2 -P use-paper=true
buildStandAloneFolia:
needs: [ buildTranslateFolia, testShips ]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 918f354

Please sign in to comment.