Use Gradle logger instead of println in dependency graph init script#191
Merged
Conversation
bgalek
approved these changes
Apr 19, 2024
|
@bigdaz please take a look, this is a big improvement for us :) |
bgalek
approved these changes
Apr 19, 2024
radoslaw-panuszewski
approved these changes
Apr 19, 2024
|
@bigdaz thank you! You are super responsive :) |
|
@bigdaz, are you interested in our company usage of this action? |
Member
|
@bgalek Yes I'm very interested in how you're doing it and what your experience is. Please share as much as you can. DM me if that's preferable. We are just starting to promote the project: https://blog.gradle.org/gradle-github-partnership-supply-chain-security |
Member
|
The Gradle Community Slack is a good place to discuss: https://gradle.org/slack-invite |
|
I'll catch you there than :) |
|
@bigdaz do You have a v3.3.2 release date? :) |
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.
Dependency graph generation script should respect gradle's logger settings. For example, when
-qsupplied, "Generating dependency graph into" message should not be printed