mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
feat: Switch from coroutines to virtual threads
This commit is contained in:
@@ -3,7 +3,6 @@ plugins {
|
||||
kotlin("plugin.spring") version "2.2.0"
|
||||
id("org.springframework.boot") version "3.4.4"
|
||||
id("io.spring.dependency-management") version "1.1.7"
|
||||
id("com.google.cloud.tools.jib") version "3.4.5"
|
||||
id("com.diffplug.spotless") version "7.0.3"
|
||||
}
|
||||
|
||||
@@ -55,10 +54,3 @@ spotless {
|
||||
ktfmt("0.54").kotlinlangStyle()
|
||||
}
|
||||
}
|
||||
|
||||
jib {
|
||||
container {
|
||||
// disable spring devtools
|
||||
jvmFlags = listOf("-Dspring.devtools.restart.enabled=false")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user