Skip to content

Commit 81ed503

Browse files
committed
build > replace find != null with any
1 parent 4252348 commit 81ed503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
if (gradle.includedBuilds.find { it.name == "plugins" } != null) {
2+
if (gradle.includedBuilds.any { it.name == "plugins" }) {
33
plugins {
44
id("com.hivemq.version-updater")
55
}

0 commit comments

Comments
 (0)