Archived
0

правки

This commit is contained in:
2021-04-30 00:49:55 +03:00
parent d4f7192e92
commit 2b4e58ae16
5 changed files with 16 additions and 3 deletions

View File

@@ -13,6 +13,10 @@ apply plugin: 'application'
application {
mainClassName = 'mc.server.Main'
if (project.hasProperty('jvmArgs')) {
applicationDefaultJvmArgs = List.of((project.jvmArgs as String).split('\\s+'))
}
}
dependencies {