diff options
author | Jake Potrebic <[email protected]> | 2023-06-08 19:45:48 -0700 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2023-06-08 19:45:58 -0700 |
commit | 03c3587e2e4750ae5777fbad54431a35743d7747 (patch) | |
tree | 33c92da78a0581c60d9735a1cdc3ff01c10d29cf /test-plugin | |
parent | ccb194bbbbde592cd41efdd59a7e345b677c2e84 (diff) | |
download | Paper-03c3587e2e4750ae5777fbad54431a35743d7747.tar.gz Paper-03c3587e2e4750ae5777fbad54431a35743d7747.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") { |