aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-plugin
diff options
context:
space:
mode:
authorJake Potrebic <[email protected]>2023-06-08 19:45:48 -0700
committerJake Potrebic <[email protected]>2023-06-08 19:45:48 -0700
commit350be363a03584593d03b50eaa6726534c30a301 (patch)
treeb2b5dfe415d41d022788903f1857164915a6c7df /test-plugin
parentfed16ccbff1751c3afe468d5dfa7536667d437b8 (diff)
downloadPaper-350be363a03584593d03b50eaa6726534c30a301.tar.gz
Paper-350be363a03584593d03b50eaa6726534c30a301.zip
fix not editable sign after openSign
Diffstat (limited to 'test-plugin')
-rw-r--r--test-plugin/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-plugin/build.gradle.kts b/test-plugin/build.gradle.kts
index e86b933408..f280918aaa 100644
--- a/test-plugin/build.gradle.kts
+++ b/test-plugin/build.gradle.kts
@@ -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") {