Skip to content

Conversation

@gschueler
Copy link
Member

No description provided.

@gschueler gschueler marked this pull request as ready for review May 23, 2025 22:46
@gschueler gschueler requested a review from Copilot May 23, 2025 22:50
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the project's build configuration and continuous integration workflows. The changes include adding a Renovate configuration file, updating Gradle wrapper and publishing configurations, and revising the CI workflows for release and build processes.

Reviewed Changes

Copilot reviewed 9 out of 9 changed files in this pull request and generated no comments.

Show a summary per file
File Description
renovate.json Added Renovate configuration with schema and recommended settings.
gradle/wrapper/gradle-wrapper.properties Updated Gradle distribution URL from 7.2 to 7.6.4.
gradle/publishing.gradle Introduced Maven publishing and signing configurations with inline documentation.
gradle/libs.versions.toml Added dependency version definitions and bundles.
gradle/java.gradle Configured Java source compatibility and additional compiler arguments.
gradle.properties Set project group property.
.github/workflows/release.yml Modernized the release workflow by updating actions versions, command usage, and artifact publish steps.
.github/workflows/gradle.yml Updated CI workflow to include pull request triggers and refreshed actions versions.
Comments suppressed due to low confidence (2)

gradle/wrapper/gradle-wrapper.properties:3

  • Ensure that the new Gradle version (7.6.4) is fully compatible with your existing build scripts and plugins.
distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.4-bin.zip

.github/workflows/release.yml:30

  • Confirm that the GitHub CLI (gh) is installed and available in the CI environment, as it's required for creating releases.
run: |

@fdevans
Copy link
Contributor

fdevans commented Oct 8, 2025

A more recent PR might have updated some of this. Not sure what else from this PR would be good to keep.

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.

3 participants