Skip to content

Fix eclipse not loading due to referencing of projects across threads in its loading and parsing thread #337

Fix eclipse not loading due to referencing of projects across threads in its loading and parsing thread

Fix eclipse not loading due to referencing of projects across threads in its loading and parsing thread #337

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/287df22f683ed8422bc93deb9eb4a62099cc061f/src/actionsTemplate/resources/.github/workflows/build-prs.yml
name: Build PRs
on:
pull_request:
types:
- synchronize
- opened
- ready_for_review
- reopened
push:
branches:
- 'feature/**'
workflow_dispatch:
jobs:
build:
uses: neoforged/actions/.github/workflows/build-prs.yml@main
with:
java: 8
gradle_tasks: assemble