Skip to content
代码片段 群组 项目
提交 94239892 编辑于 作者: Luke Cwik's avatar Luke Cwik
浏览文件

[BEAM-4764] Fix java precommit to ensure that any checks in model/* are run.

上级 252e645d
No related branches found
No related tags found
无相关合并请求
......@@ -158,6 +158,11 @@ check.dependsOn rat
// for the test definitions.
task javaPreCommit() {
dependsOn ":rat"
// We need to list the model/* builds since sdks/java/core doesn't
// depend on any of the model.
dependsOn ":beam-model-pipeline:build"
dependsOn ":beam-model-job-management:build"
dependsOn ":beam-model-fn-execution:build"
dependsOn ":beam-sdks-java-core:buildNeeded"
dependsOn ":beam-sdks-java-core:buildDependents"
dependsOn ":beam-examples-java:preCommit"
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册