fix: remove unused application plugin from Minestom platform build script

This commit is contained in:
Christian Bergschneider 2025-01-05 17:04:27 +01:00
parent 810d10ac0a
commit 7b29d25847
No known key found for this signature in database
GPG Key ID: 3991F97F5FA28D3E

View File

@ -1,7 +1,3 @@
plugins {
application
}
dependencies {
shadedApi(project(":common:implementation:base"))
shadedApi("com.github.ben-manes.caffeine", "caffeine", Versions.Libraries.caffeine)