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 1b2951c commit 0f033f8Copy full SHA for 0f033f8
build.gradle.kts
@@ -1,5 +1,5 @@
1
buildscript {
2
- if (gradle.includedBuilds.find { it.name == "plugins" } != null) {
+ if (gradle.includedBuilds.any { it.name == "plugins" }) {
3
plugins {
4
id("com.hivemq.version-updater")
5
}
0 commit comments