Skip to content

Commit 5073e85

Browse files
committed
Revert "comments for argo Gson"
This reverts commit 0b402b5.
1 parent 4540952 commit 5073e85

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ subprojects {
375375
if (project.hasProperty("jvmArgs")) {
376376
jvmArgs = project.property("jvmArgs").toString().split("\\s+".toRegex()).toList()
377377
} else {
378-
// Add java.time accessible for Gson used by argo
379378
jvmArgs = mutableListOf("--add-opens", "java.base/java.time=ALL-UNNAMED")
380379
}
381380

@@ -402,11 +401,10 @@ subprojects {
402401
"-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=localhost:5005")
403402
jvmFlags =
404403
listOf(
405-
// Add java.time accessible for Gson used by argo
406-
"--add-opens",
407-
"java.base/java.time=ALL-UNNAMED",
408404
// Make sure Spring DevTools is disabled in production as running it is a
409405
// security risk
406+
"--add-opens",
407+
"java.base/java.time=ALL-UNNAMED",
410408
"-Dspring.devtools.restart.enabled=false")
411409
ports = listOf("5005", "8080", "8081")
412410
// Docker Best Practice : run as non-root.

0 commit comments

Comments
 (0)