Skip to content

Commit 8e70cf6

Browse files
committed
Adjust to changed plugin format
1 parent 1ce67b7 commit 8e70cf6

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
@@ -19,7 +19,7 @@ plugins {
1919

2020
if (gradle.includedBuilds.find { it.name == "plugins"} != null) {
2121
apply(plugin = "com.hivemq.version-updater")
22-
project.ext.set("versionUpdaterFiles", files("README.adoc"))
22+
project.ext.set("versionUpdaterFiles", arrayOf("README.adoc"))
2323
}
2424

2525

0 commit comments

Comments
 (0)