diff options
author | Jake Potrebic <[email protected]> | 2023-06-08 19:45:48 -0700 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2023-06-08 19:45:48 -0700 |
commit | 350be363a03584593d03b50eaa6726534c30a301 (patch) | |
tree | b2b5dfe415d41d022788903f1857164915a6c7df /test-plugin | |
parent | fed16ccbff1751c3afe468d5dfa7536667d437b8 (diff) | |
download | Paper-350be363a03584593d03b50eaa6726534c30a301.tar.gz Paper-350be363a03584593d03b50eaa6726534c30a301.zip |
fix not editable sign after openSign
Diffstat (limited to 'test-plugin')
-rw-r--r-- | test-plugin/build.gradle.kts | 2 |
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") { |