Skip to content

Minor bumps and fix #38#40

Merged
lamba92 merged 3 commits intomasterfrom
fixes
Jul 7, 2025
Merged

Minor bumps and fix #38#40
lamba92 merged 3 commits intomasterfrom
fixes

Conversation

@lamba92
Copy link
Copy Markdown
Owner

@lamba92 lamba92 commented Jul 7, 2025

No description provided.

lamba92 added 2 commits July 7, 2025 23:53
This commit updates the Develocity Gradle plugin to version 4.0.2.
The plugin ID has also been changed from `com.gradle.enterprise` to `com.gradle.develocity`.
The `dockerBuildxBuild` task was missing a dependency on `dockerPrepareTask`. This dependency has been added to ensure the build context is prepared before the buildx build starts.
Copilot AI review requested due to automatic review settings July 7, 2025 22:00
Copy link
Copy Markdown

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 plugin dependencies and refines task configuration in the Docker Gradle plugin to address issue #38.

  • Replaces the Gradle Enterprise plugin with Develocity in settings.
  • Removes redundant .toString() call and adds a missing task dependency for Buildx tasks.

Reviewed Changes

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

File Description
settings.gradle.kts Swapped com.gradle.enterprise for com.gradle.develocity
plugin/.../DockerPlugin.kt Cleaned up args call and added dependsOn(dockerPrepareTask)

This commit introduces example integration with the `com.github.johnrengelman.shadow` plugin.
@lamba92 lamba92 merged commit a010e8d into master Jul 7, 2025
2 of 3 checks passed
@lamba92 lamba92 deleted the fixes branch July 21, 2025 11:44
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