Configure workflows for generate tags and releases#75
Merged
MathisGredt merged 15 commits intomainfrom Jan 24, 2026
Merged
Conversation
…urceSets.main configuration
…Gradle build scripts
…tions workflow; comment out conditional publish step
…at in build.gradle
…d set default to false
Comment out the workflow_dispatch trigger and its inputs.
MathisGredt
approved these changes
Jan 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces new configuration files and updates to build and development settings for the project. The main improvements include adding a GitHub Actions workflow for building and publishing the mod, new VSCode launch configurations for easier local development, and enhancements to the Gradle build setup, including Java toolchain specification and improved artifact metadata. Additionally, there are updates to project properties, such as mapping channels, mod versioning, and dependencies.
Build and CI/CD improvements:
.github/workflows/workflow.yml) to automate building and publishing the mod, with support for release and non-release builds.gradle/java.gradle) to specify Java 17 toolchain, include sources and Javadoc jars, set manifest attributes, and improve Java compilation and documentation generation.Development environment enhancements:
.vscode/launch.json) for running client, server, and data environments, streamlining mod development and debugging.Project property and dependency updates:
gradle.propertiesto setartifact_minecraft_version, change the mapping channel to a specific Parchment version, enable Parchment mappings, update mapping and dependency versions, and set the mod version to1.3.0-test. [1] [2] [3]