Skip to content

Commit d9bd2c1

Browse files
authored
Cleanup for release v1.19.0 (#1701)
1 parent 4a5aa97 commit d9bd2c1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gradle/linting.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ subprojects {
66
target 'src/*/java/**/*.java'
77
targetExclude '**/generated/*'
88
targetExclude '**/.idea/**'
9-
googleJavaFormat('1.15.0')
9+
googleJavaFormat('1.16.0')
1010
}
1111

1212
kotlin {

temporal-sdk/src/main/resources/temporal-sdk/reflect-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"methods":[{"name":"execute","parameterTypes":["io.temporal.common.interceptors.Header", "java.util.Optional"] }]
3737
},
3838
{
39-
"name":"io.temporal.internal.sync.DynamicSyncWorkflowDefinition$RootWorkflowInboundCallsInterceptor",
40-
"methods":[{"name":"execute","parameterTypes":["io.temporal.common.interceptors.WorkflowInboundCallsInterceptor$WorkflowInput"] }]
39+
"name":"io.temporal.internal.sync.DynamicSyncWorkflowDefinition",
40+
"methods":[{"name":"execute","parameterTypes":["io.temporal.common.interceptors.Header", "java.util.Optional"] }]
4141
}
4242
]

0 commit comments

Comments
 (0)