-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove noisy output #458
Remove noisy output #458
Conversation
gradle/gradle-jdks-functions.sh
Outdated
@@ -127,7 +127,6 @@ install_and_setup_jdks() { | |||
elif [ ! -f "$jdk_installation_directory/bin/java" ]; then | |||
echo "Java executable not found in $jdk_installation_directory/bin/java, re-installing the JDK...." | |||
else | |||
echo "JDK installation $jdk_installation_directory was already configured" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmm, this is noisy, it was added in #452. We should probably have some test that we don't print anything when the JDK is already installed (to be added later).
👍 |
Generate changelog in
|
👍 |
👍 |
Released 0.55.0 |
This output is emitted on every Gradle build for every JDK.