Skip to content

Add GitHub Actions workflow to build plugin and upload artifact#3

Open
Copilot wants to merge 1 commit into
mainfrom
copilot/add-github-workflow-for-plugin
Open

Add GitHub Actions workflow to build plugin and upload artifact#3
Copilot wants to merge 1 commit into
mainfrom
copilot/add-github-workflow-for-plugin

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 11, 2026

Adds .github/workflows/build.yml which:

  • Triggers on every push and pull request to any branch
  • Sets up Java 21 (Temurin) and Gradle
  • Runs ./gradlew build (which includes the shadowJar task per build.dependsOn shadowJar)
  • Uploads the compiled fat JAR (build/libs/*-all.jar) as a downloadable Actions artifact named Jossentials

The job uses minimal contents: read permissions for the GITHUB_TOKEN.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants