Skip to content
GitLab
菜单
为什么选择 GitLab
定价
联系销售
探索
为什么选择 GitLab
定价
联系销售
探索
登录
获取免费试用
主导航
搜索或转到…
项目
B
beam
管理
动态
成员
计划
Wiki
代码
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
部署
发布
模型注册表
分析
贡献者分析
仓库分析
洞察
模型实验
效能分析
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
隐私声明
快捷键
?
新增功能
4
代码片段
群组
项目
显示更多面包屑
oss-mirrors
beam
提交
cadb6f7f
提交
cadb6f7f
编辑于
6 years ago
作者:
Michael Luckey
浏览文件
操作
下载
补丁
差异文件
[BEAM-6630] upgrade to gradle 5.2
上级
6f000350
No related branches found
No related tags found
无相关合并请求
变更
3
隐藏空白变更内容
行内
左右并排
显示
3 个更改的文件
build.gradle
+1
-1
1 个添加, 1 个删除
build.gradle
buildSrc/build.gradle
+15
-15
15 个添加, 15 个删除
buildSrc/build.gradle
gradle/wrapper/gradle-wrapper.properties
+1
-1
1 个添加, 1 个删除
gradle/wrapper/gradle-wrapper.properties
有
17 个添加
和
17 个删除
build.gradle
+
1
−
1
浏览文件 @
cadb6f7f
...
...
@@ -19,7 +19,7 @@
plugins
{
id
'base'
// Enable publishing build scans
id
'com.gradle.build-scan'
version
'
1.13
.1'
apply
false
id
'com.gradle.build-scan'
version
'
2
.1'
apply
false
// This plugin provides a task to determine which dependencies have updates.
// Additionally, the plugin checks for updates to Gradle itself.
//
...
...
此差异已折叠。
点击以展开。
buildSrc/build.gradle
+
15
−
15
浏览文件 @
cadb6f7f
...
...
@@ -36,21 +36,21 @@ dependencies {
compile
localGroovy
()
compile
'com.github.jengelman.gradle.plugins:shadow:4.0.3'
runtime
"net.ltgt.gradle:gradle-apt-plugin:0.20"
// Enable a Java annotation processor
runtime
"com.google.protobuf:protobuf-gradle-plugin:0.8.5"
// Enable proto code generation
runtime
"io.spring.gradle:propdeps-plugin:0.0.9.RELEASE"
// Enable provided and optional configurations
runtime
"com.commercehub.gradle.plugin:gradle-avro-plugin:0.11.0"
// Enable Avro code generation
runtime
"com.diffplug.spotless:spotless-plugin-gradle:3.17.0"
// Enable a code formatting plugin
runtime
"gradle.plugin.com.github.blindpirate:gogradle:0.11.2"
// Enable Go code compilation
runtime
"gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.20.1"
// Enable building Docker containers
runtime
"gradle.plugin.com.dorongold.plugins:task-tree:1.3.1"
// Adds a 'taskTree' task to print task dependency tree
runtime
"com.github.jengelman.gradle.plugins:shadow:4.0.3"
// Enable shading Java dependencies
runtime
"ca.coglinc:javacc-gradle-plugin:2.4.0"
// Enable the JavaCC parser generator
runtime
"gradle.plugin.io.pry.gradle.offline_dependencies:gradle-offline-dependencies-plugin:0.
3
"
// Enable creating an offline repository
runtime
"net.ltgt.gradle:gradle-errorprone-plugin:0.0.13"
// Enable errorprone Java static analysis
runtime
"org.ajoberstar.grgit:grgit-gradle:3.0.0"
// Enable website git publish to asf-site branch
runtime
"com.avast.gradle:gradle-docker-compose-plugin:0.8.8"
// Enable docker compose tasks
runtime
"ca.cutterslade.gradle:gradle-dependency-analyze:1.3.0"
// Enable dep analysis
runtime
"net.ltgt.gradle:gradle-apt-plugin:0.20"
// Enable a Java annotation processor
runtime
"com.google.protobuf:protobuf-gradle-plugin:0.8.5"
// Enable proto code generation
runtime
"io.spring.gradle:propdeps-plugin:0.0.9.RELEASE"
// Enable provided and optional configurations
runtime
"com.commercehub.gradle.plugin:gradle-avro-plugin:0.11.0"
// Enable Avro code generation
runtime
"com.diffplug.spotless:spotless-plugin-gradle:3.17.0"
// Enable a code formatting plugin
runtime
"gradle.plugin.com.github.blindpirate:gogradle:0.11.2"
// Enable Go code compilation
runtime
"gradle.plugin.com.palantir.gradle.docker:gradle-docker:0.20.1"
// Enable building Docker containers
runtime
"gradle.plugin.com.dorongold.plugins:task-tree:1.3.1"
// Adds a 'taskTree' task to print task dependency tree
runtime
"com.github.jengelman.gradle.plugins:shadow:4.0.3"
// Enable shading Java dependencies
runtime
"ca.coglinc:javacc-gradle-plugin:2.4.0"
// Enable the JavaCC parser generator
runtime
"gradle.plugin.io.pry.gradle.offline_dependencies:gradle-offline-dependencies-plugin:0.
5.0
"
// Enable creating an offline repository
runtime
"net.ltgt.gradle:gradle-errorprone-plugin:0.0.13"
// Enable errorprone Java static analysis
runtime
"org.ajoberstar.grgit:grgit-gradle:3.0.0"
// Enable website git publish to asf-site branch
runtime
"com.avast.gradle:gradle-docker-compose-plugin:0.8.8"
// Enable docker compose tasks
runtime
"ca.cutterslade.gradle:gradle-dependency-analyze:1.3.0"
// Enable dep analysis
}
// Because buildSrc is built and tested automatically _before_ gradle
...
...
此差异已折叠。
点击以展开。
gradle/wrapper/gradle-wrapper.properties
+
1
−
1
浏览文件 @
cadb6f7f
...
...
@@ -17,6 +17,6 @@
################################################################################
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.10.3
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
5.2.1
-all.zip
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
此差异已折叠。
点击以展开。
预览
0%
加载中
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录