Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
B
beam
管理
动态
成员
计划
Wiki
代码
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
部署
发布
模型注册表
分析
贡献者分析
仓库分析
洞察
模型实验
效能分析
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
显示更多面包屑
oss-mirrors
beam
提交
cb1dc0c7
提交
cb1dc0c7
编辑于
7 years ago
作者:
Luke Cwik
浏览文件
操作
下载
补丁
差异文件
[BEAM-3457] Exclude generated and data files part of the Go SDK.
上级
a4d846c9
No related branches found
No related tags found
无相关合并请求
变更
1
隐藏空白变更内容
行内
左右并排
显示
1 个更改的文件
build.gradle
+6
-11
6 个添加, 11 个删除
build.gradle
有
6 个添加
和
11 个删除
build.gradle
+
6
−
11
浏览文件 @
cb1dc0c7
...
...
@@ -278,7 +278,10 @@ rat {
// Proto/grpc generated wrappers
"**/apache_beam/portability/api/*_pb2*.py"
,
"**/go/pkg/beam/model/**/*.pb.go"
,
"**/go/pkg/beam/**/*.pb.go"
,
// Ignore Go test data files
"**/go/data/**"
,
// VCF test files
"**/apache_beam/testing/data/vcf/*"
,
...
...
@@ -290,18 +293,10 @@ check.dependsOn rat
// to be specified on the commandline when executing locally.
// This indirection also makes Jenkins use the branch of the PR
// for the test definitions.
def
javaPreCommitRoots
=
[
":sdks:java:core"
,
":runners:direct-java"
,
":sdks:java:fn-execution"
,
]
task
javaPreCommit
()
{
dependsOn
":rat"
for
(
String
javaPreCommitRoot
:
javaPreCommitRoots
)
{
dependsOn
javaPreCommitRoot
+
":buildNeeded"
dependsOn
javaPreCommitRoot
+
":buildDependents"
}
dependsOn
":sdks:java:core:buildNeeded"
dependsOn
":sdks:java:core:buildDependents"
dependsOn
":examples:java:preCommit"
}
...
...
此差异已折叠。
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录