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 5505fd1 commit 21a4204Copy full SHA for 21a4204
1 file changed
buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts
@@ -34,9 +34,11 @@ tasks {
34
)
35
) {
36
expand(
37
- "version" to inputs.properties["version"],
38
- "description" to inputs.properties["description"],
39
- "url" to "https://modrinth.com/plugin/pistonqueue",
+ mapOf(
+ "version" to inputs.properties["version"],
+ "description" to inputs.properties["description"],
40
+ "url" to "https://modrinth.com/plugin/pistonqueue",
41
+ )
42
43
}
44
0 commit comments