KhaninArtur commented on a change in pull request #16232:
URL: https://github.com/apache/beam/pull/16232#discussion_r768919946



##########
File path: playground/frontend/build.gradle
##########
@@ -39,9 +39,20 @@ dependencies {
   dockerDependency project(path: playgroundJobServerProject, configuration: 
"shadow")
 }
 
+task removeBuild  {

Review comment:
       Do we need to add it to the backend as well?

##########
File path: build.gradle.kts
##########
@@ -249,6 +249,7 @@ task("goIntegrationTests") {
 }
 
 task("playgroundPreCommit") {
+  dependsOn(":playground:lintProto")

Review comment:
       Is this triggered in both backend and frontend CIs?

##########
File path: playground/frontend/build.gradle
##########
@@ -39,9 +39,20 @@ dependencies {
   dockerDependency project(path: playgroundJobServerProject, configuration: 
"shadow")
 }
 
+task removeBuild  {
+  group = "verification"
+  description = "remove build artefacts"

Review comment:
       ```suggestion
     description = "remove build artifacts"
   ```
   




-- 
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]


Reply via email to