diff --git a/.github/workflows/Test compile against.yml b/.github/workflows/Test compile against.yml index d047e5d..5cf21a0 100644 --- a/.github/workflows/Test compile against.yml +++ b/.github/workflows/Test compile against.yml @@ -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 }}