Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit adeacba

Browse files
committed
improved logging
1 parent e96f260 commit adeacba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'java-library'
66
id 'maven-publish'
77
id 'signing'
8-
id "org.sonarqube" version "3.2.0"
8+
id "org.sonarqube" version "3.3"
99
id 'org.jetbrains.dokka' version '1.4.32'
1010
id 'org.jetbrains.kotlin.jvm' version '1.5.10'
1111
id 'org.unbroken-dome.test-sets' version '4.0.0'
@@ -132,7 +132,7 @@ dependencies {
132132
tasks.named("dependencyUpdates").configure {
133133
rejectVersionIf {
134134
String v = it.candidate.version
135-
println "candidate: $v"
135+
println "candidate ${it.candidate}: $v"
136136
return v.endsWith ("-M1") || v.contains ("alpha")
137137
}
138138
}

0 commit comments

Comments
 (0)