Merged
Conversation
Refactored and clarified the example for configuring JVM application images. Moved `configureJvmApplication` to a standalone block and added an example with `additionalConfig`. Improved readability and maintained all defaults for easier understanding.
There was a problem hiding this comment.
Copilot reviewed 8 out of 22 changed files in this pull request and generated no comments.
Files not reviewed (14)
- example/build.gradle.kts: Language not supported
- local.properties: Language not supported
- plugin/gradle.properties: Language not supported
- plugin/settings.gradle.kts: Language not supported
- plugin/src/main/kotlin/io/github/lamba92/gradle/docker/CreateJvmDockerfile.kt: Language not supported
- plugin/src/main/kotlin/io/github/lamba92/gradle/docker/DockerExtension.kt: Language not supported
- plugin/src/main/kotlin/io/github/lamba92/gradle/docker/DockerImage.kt: Language not supported
- plugin/src/main/kotlin/io/github/lamba92/gradle/docker/DockerImageContainer.kt: Language not supported
- plugin/src/main/kotlin/io/github/lamba92/gradle/docker/DockerPlugin.kt: Language not supported
- plugin/src/main/kotlin/io/github/lamba92/gradle/docker/DockerUtils.kt: Language not supported
- settings.gradle.kts: Language not supported
- src/main/kotlin/io/github/lamba92/gradle/docker/DockerExtension.kt: Language not supported
- src/test/kotlin/io/github/lamba92/gradle/docker/tests/DockerBuildxTests.kt: Language not supported
- src/test/kotlin/io/github/lamba92/gradle/docker/tests/DockerPluginTests.kt: Language not supported
Comments suppressed due to low confidence (1)
README.md:82
- There is a missing space before the backtick in the comment. It should be 'tag
latest'.
isLatestTag = true // default, if true, the image will have an additional tag`latest`
2e957eb to
cb64a39
Compare
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.
No description provided.