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 ddd24c8 commit 4372152Copy full SHA for 4372152
build.gradle.kts
@@ -1,7 +1,7 @@
1
buildscript {
2
- dependencies {
3
- if (gradle.includedBuilds.find { it.name == "plugins" } != null) {
4
- classpath("com.hivemq:plugins")
+ if (gradle.includedBuilds.find { it.name == "plugins" } != null) {
+ plugins {
+ id("com.hivemq.version-updater")
5
}
6
7
@@ -17,8 +17,7 @@ plugins {
17
id("com.github.sgtsilvio.gradle.javadoc-links")
18
19
20
-if (gradle.includedBuilds.find { it.name == "plugins" } != null) {
21
- apply(plugin = "com.hivemq.version-updater")
+plugins.withId("com.hivemq.version-updater") {
22
project.ext.set("versionUpdaterFiles", arrayOf("README.adoc"))
23
24
0 commit comments