kennknowles commented on code in PR #28750:
URL: https://github.com/apache/beam/pull/28750#discussion_r1346661239
##########
sdks/java/container/common.gradle:
##########
@@ -107,7 +107,7 @@ task validateJavaHome {
}
def useBuildx = project.containerPlatforms() != [project.nativeArchitecture()]
-def pushContainers = project.rootProject.hasProperty(["isRelease"]) ||
project.rootProject.hasProperty("push-containers")
+def pushContainers = project.rootProject.isRelease ||
project.rootProject.hasProperty("push-containers")
Review Comment:
I am honestly baffled as to why this causes the error
```
sdks/java/container/common.gradle': 112: Unexpected input: '{' @ line 112,
column 8.
docker {
^
1 error
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]