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

Implementation of GHA #248

Closed
wants to merge 6 commits into from
Closed

Implementation of GHA #248

wants to merge 6 commits into from

Conversation

PhilippSchmelter
Copy link
Contributor

@PhilippSchmelter PhilippSchmelter commented Feb 12, 2025

This pull request introduces a new CI workflow configuration, adds branch name validation, and updates Gradle tasks for versioning and SonarQube integration. The most important changes include the addition of a CI workflow file, the creation of a Gradle script to validate branch names, and updates to versioning tasks.

CI Workflow Configuration:

  • .github/workflows/ci.yml: Added a new CI workflow configuration to automate build, test, version check, JavaDoc generation, SonarQube analysis, and deployment processes.

Branch Name Validation:

  • gradle/scripts/branchName.gradle: Created a new Gradle script to validate branch names against predefined patterns to ensure consistency and proper naming conventions.

Versioning Tasks:

  • gradle/scripts/semVer.gradle: Updated the currentVersion and devVersion tasks to use the tasks.register method for better Gradle compatibility and performance.

@PhilippSchmelter PhilippSchmelter added enhancement New feature or request ci Related to continuous integration labels Feb 12, 2025
@PhilippSchmelter PhilippSchmelter self-assigned this Feb 12, 2025
@PhilippSchmelter PhilippSchmelter linked an issue Feb 12, 2025 that may be closed by this pull request
@PhilippSchmelter PhilippSchmelter deleted the ps/#247-GitHubActions branch April 9, 2025 11:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci Related to continuous integration enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implementing GitHub Actions Pipeline
1 participant