fix not editable sign after openSign

This commit is contained in:
Jake Potrebic 2023-06-08 19:45:48 -07:00
parent ccb194bbbb
commit 03c3587e2e
No known key found for this signature in database
GPG key ID: ECE0B3C133C016C5
3 changed files with 8 additions and 8 deletions

View file

@ -10,7 +10,7 @@ tasks.processResources {
.split(".", "-").take(2).joinToString(".")
val props = mapOf(
"version" to project.version,
"apiversion" to apiVersion,
"apiversion" to "\"$apiVersion\"",
)
inputs.properties(props)
filesMatching("paper-plugin.yml") {