Skip to content

Commit 21a4204

Browse files
fix: use correct kotlin syntax
1 parent 5505fd1 commit 21a4204

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ tasks {
3434
)
3535
) {
3636
expand(
37-
"version" to inputs.properties["version"],
38-
"description" to inputs.properties["description"],
39-
"url" to "https://modrinth.com/plugin/pistonqueue",
37+
mapOf(
38+
"version" to inputs.properties["version"],
39+
"description" to inputs.properties["description"],
40+
"url" to "https://modrinth.com/plugin/pistonqueue",
41+
)
4042
)
4143
}
4244
}

0 commit comments

Comments
 (0)