Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ if (project.hasProperty("javaLinkageArtifactIds")) {

val linkageCheckerJava by configurations.creating
dependencies {
linkageCheckerJava("com.google.cloud.tools:dependencies:1.5.4")
linkageCheckerJava("com.google.cloud.tools:dependencies:1.5.6")
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the latest Linkage Checker version.

}

// We need to evaluate all the projects first so that we can find depend on all the
Expand Down Expand Up @@ -381,7 +381,7 @@ if (project.hasProperty("javaLinkageArtifactIds")) {
arguments += "--exclusion-file"
arguments += project.property("javaLinkageReadBaseline") as String
}
args(arguments)
args(*arguments)
doLast {
println("NOTE: This task published artifacts into your local Maven repository. You may want to remove them manually.")
}
Expand Down