We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9996b57 commit 93fe0ddCopy full SHA for 93fe0dd
src/dist/build.gradle.kts
@@ -214,7 +214,7 @@ val verifyReleaseDependencies by tasks.registering {
214
val libs = deps.asSequence()
215
.filter {
216
val compId = it.id.componentIdentifier
217
- compId !is ProjectComponentIdentifier || !compId.build.isCurrentBuild
+ compId !is ProjectComponentIdentifier
218
}
219
.map { it.file.name to it.file.length() }
220
.sortedWith(compareBy(caseInsensitive) { it.first })
0 commit comments