1
0
mirror of https://github.com/lucko/LuckPerms.git synced 2025-08-30 17:49:48 +02:00

Change socket is verified check

This commit is contained in:
Luck
2022-09-05 21:35:38 +01:00
parent 6e0e0e8ae9
commit b6b3788f14
2 changed files with 4 additions and 7 deletions

View File

@@ -2,6 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.transformers.Log4j2PluginsCach
plugins {
id 'com.github.johnrengelman.shadow'
id 'application'
}
dependencies {
@@ -10,12 +11,8 @@ dependencies {
implementation project(':standalone:app')
}
jar {
manifest {
attributes(
'Main-Class': 'me.lucko.luckperms.standalone.loader.StandaloneLoader'
)
}
application {
mainClass = 'me.lucko.luckperms.standalone.loader.StandaloneLoader'
}
processResources {