diff options
author | Jake Potrebic <[email protected]> | 2024-04-27 22:27:51 -0700 |
---|---|---|
committer | Jake Potrebic <[email protected]> | 2024-04-27 22:27:51 -0700 |
commit | 306b203c2d06979e94eeab36d21c6a9596254d56 (patch) | |
tree | 358d111695ee02397e920faa08493eab7d282567 /test-plugin | |
parent | e16263c39fce51f4ea5a3081c24103fd6dabbaf4 (diff) | |
download | Paper-306b203c2d06979e94eeab36d21c6a9596254d56.tar.gz Paper-306b203c2d06979e94eeab36d21c6a9596254d56.zip |
more fixes for ItemMeta relating to components
Diffstat (limited to 'test-plugin')
-rw-r--r-- | test-plugin/build.gradle.kts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test-plugin/build.gradle.kts b/test-plugin/build.gradle.kts index f280918aaa..3edf55f288 100644 --- a/test-plugin/build.gradle.kts +++ b/test-plugin/build.gradle.kts @@ -7,7 +7,6 @@ dependencies { tasks.processResources { val apiVersion = rootProject.providers.gradleProperty("mcVersion").get() - .split(".", "-").take(2).joinToString(".") val props = mapOf( "version" to project.version, "apiversion" to "\"$apiVersion\"", |