Slackbot
04/28/2022, 1:36 PMEric Wendelin
--warn
help instead of --quiet
?eric
04/28/2022, 6:39 PMif (gradle.startParameter.logLevel == LogLevel.QUIET) {
buildScanPublished {
println("Build scan published: $buildScanUri")
}
}
eric
04/28/2022, 6:40 PMisRunningOnCi
for us because that’s the only place --quiet is used, but the idea should carry overAndrius Semionovas
04/28/2022, 8:21 PMwarn
helps just a little bit, because of noise in warn channel as well. @eric, I will try tomorrow your suggestion. It should work. Thanks!Andrius Semionovas
04/29/2022, 10:27 AMgradle
is breaking configuration cache 😞Andrius Semionovas
04/29/2022, 10:28 AMWARNING: Error invoking build scan buildScanPublished action Could not get unknown property 'gradle' for object of type com.gradle.scan.plugin.internal.o.n$1.
eric
04/29/2022, 12:51 PMAndrius Semionovas
04/29/2022, 1:40 PM-q
, so now I always got the double link. Small problem