Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Release Automation via GitHub Actions, Gradle Build Integration, and New Fake Player Multiplier #23

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

Kykzuu
Copy link

@Kykzuu Kykzuu commented Aug 4, 2024

Overview

This pull request introduces several significant updates to the project:

  1. GitHub Actions for Automated Releases:

    • Added GitHub Actions workflows to automate the release process. This will help streamline our deployment pipeline and ensure consistent release practices.
  2. Gradle Build Configuration:

    • Integrated Gradle for building the project and generating the JAR files. This provides a standardized build process and simplifies project management.
  3. New Fake Player Multiplication Option:

    • Implemented a new feature for multiplying fake players. This allows for increased customization of fake player counts, improving the flexibility of the fake player system.

Changes

  • Added GitHub Actions configuration files for release automation.
  • Updated project build system to use Gradle, including configuration for JAR building.
  • Enhanced the fake player system with an option to multiply player counts.

Benefits

  • Automated Releases: Reduces manual effort and potential errors in the release process.
  • Consistent Builds: Ensures reliable and reproducible builds with Gradle.
  • Enhanced Functionality: Provides greater control over fake player numbers

@linsaftw
Copy link
Member

Why gradle if we already have a maven pom? Maybe integrate automated builds with maven instead?

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