mirror of
https://github.com/TermoraDev/termora.git
synced 2026-01-15 18:02:58 +08:00
release: 1.0.12
This commit is contained in:
@@ -20,7 +20,7 @@ plugins {
|
||||
|
||||
|
||||
group = "app.termora"
|
||||
version = "1.0.11"
|
||||
version = "1.0.12"
|
||||
|
||||
val os: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem()
|
||||
val arch: ArchitectureInternal = DefaultNativePlatform.getCurrentArchitecture()
|
||||
@@ -126,7 +126,6 @@ application {
|
||||
"-XX:+ZUncommit",
|
||||
"-XX:+ZGenerational",
|
||||
"-XX:ZUncommitDelay=60",
|
||||
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005"
|
||||
)
|
||||
|
||||
if (os.isMacOsX) {
|
||||
|
||||
Reference in New Issue
Block a user