mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
refactor: transfer
This commit is contained in:
@@ -75,7 +75,6 @@ dependencies {
|
||||
api(libs.commons.csv)
|
||||
api(libs.commons.net)
|
||||
api(libs.commons.text)
|
||||
api(libs.commons.vfs2) { exclude(group = "*", module = "*") }
|
||||
api(libs.kotlinx.coroutines.swing)
|
||||
api(libs.kotlinx.coroutines.core)
|
||||
|
||||
@@ -121,7 +120,8 @@ dependencies {
|
||||
application {
|
||||
val args = mutableListOf(
|
||||
"-Xmx2048m",
|
||||
"-Drelease-date=${DateFormatUtils.format(Date(), "yyyy-MM-dd")}"
|
||||
"-Drelease-date=${DateFormatUtils.format(Date(), "yyyy-MM-dd")}",
|
||||
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
|
||||
)
|
||||
|
||||
if (os.isMacOsX) {
|
||||
|
||||
Reference in New Issue
Block a user