Skip to content

Commit

Permalink
Update Test compile against.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosemister authored Jun 1, 2024
1 parent 763ceac commit 2c4ce8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Test compile against.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- uses: actions/checkout@v3
with:
submodules: true
- name: Set up JDK 17
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '17'
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle
run: ./gradlew CoreToBukkit:plugin -P paper-api-version=${{ github.event.inputs.version }}
run: ./gradlew buildPaper -P folia-api-version=${{ github.event.inputs.version }}

0 comments on commit 2c4ce8e

Please sign in to comment.