Skip to content

Add code to handle old embedded server jar dependencies #12

Add code to handle old embedded server jar dependencies

Add code to handle old embedded server jar dependencies #12

Workflow file for this run

# File generated by the GradleUtils `setupGitHubActionsWorkflows` task, avoid modifying it directly
# The template can be found at https://github.com/neoforged/GradleUtils/blob/a65628b0c89dec60b357ce3f8f6bfa62934b8357/src/actionsTemplate/resources/.github/workflows/build-prs.yml
name: Build and test PRs
on:
pull_request:
types:
- synchronize
- opened
- ready_for_review
- reopened
push:
branches:
- 'feature/**'
workflow_dispatch:
jobs:
build:
strategy:
matrix:
version:
- 1.7.10
- 1.10.2
- 1.12.2
- 1.16.5
- 1.18.2
- 1.19.2
- 1.20.1
- 1.21.1
uses: neoforged/actions/.github/workflows/build-prs.yml@main
with:
java: 21
gradle_tasks: makeModuleMetadata -PminecraftVersion=${{ matrix.version }}
jar_compatibility: false