File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
scenariorun/src/main/kotlin/com/cosmotech/scenariorun/workflow/argo Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -374,8 +374,6 @@ subprojects {
374374
375375 if (project.hasProperty(" jvmArgs" )) {
376376 jvmArgs = project.property(" jvmArgs" ).toString().split(" \\ s+" .toRegex()).toList()
377- } else {
378- jvmArgs = mutableListOf (" --add-opens" , " java.base/java.time=ALL-UNNAMED" )
379377 }
380378
381379 args = listOf (" --spring.profiles.active=dev" )
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ import com.cosmotech.scenariorun.domain.ScenarioRunStatus
1212import com.cosmotech.scenariorun.domain.ScenarioRunStatusNode
1313import com.cosmotech.scenariorun.workflow.WorkflowService
1414import com.cosmotech.scenariorun.workflow.WorkflowStatusAndArtifact
15- import com.google.gson.Gson
1615import io.argoproj.workflow.ApiClient
1716import io.argoproj.workflow.ApiException
1817import io.argoproj.workflow.Configuration
@@ -189,7 +188,7 @@ internal class ArgoWorkflowService(
189188 .workflow(
190189 buildWorkflow(csmPlatformProperties, scenarioRunStartContainers, executionTimeout))
191190
192- logger.trace(" Workflow: {}" , Gson ().toJson( body.workflow) )
191+ logger.trace(" Workflow: {}" , body.workflow)
193192
194193 try {
195194 val workflow =
You can’t perform that action at this time.
0 commit comments