gradle-baseline icon indicating copy to clipboard operation
gradle-baseline copied to clipboard

checkUnusedDependencies flake

Open schlosna opened this issue 4 years ago • 1 comments

What happened?

A tritium develop build failed for https://github.com/palantir/tritium/pull/848 after merging the bump for com.palantir.baseline:gradle-baseline-java from 3.37.1 to 3.38.0. The error message below and linked above poses a quite existential question:

:tritium-metrics-jvm:checkUnusedDependenciesMain - gradle
org.gradle.api.GradleException: Found 1 dependencies unused during compilation, please delete them from 'tritium-metrics-jvm/build.gradle' or choose one of the suggested fixes:
	io.dropwizard.metrics:metrics-core
		Did you mean:
			io.dropwizard.metrics:metrics-core

	at com.palantir.baseline.tasks.CheckUnusedDependenciesTask.checkUnusedDependencies(CheckUnusedDependenciesTask.java:138)

What did you want to happen?

No flakes in checkUnusedDependencies

schlosna avatar Sep 16 '20 00:09 schlosna