fix not editable sign after openSign
This commit is contained in:
parent
ccb194bbbb
commit
03c3587e2e
3 changed files with 8 additions and 8 deletions
|
@ -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") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue