mirror of
https://github.com/pischule/memevizor.git
synced 2025-12-19 06:56:42 +00:00
Disable spring devtools in prod
This commit is contained in:
@@ -55,3 +55,10 @@ spotless {
|
||||
ktfmt("0.54").kotlinlangStyle()
|
||||
}
|
||||
}
|
||||
|
||||
jib {
|
||||
container {
|
||||
// disable spring devtools
|
||||
jvmFlags = listOf("-Dspring.devtools.restart.enabled=false")
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user