Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
livekitAndroidXuningTest
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David Liu
2021-05-09 15:40:12 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c081b985ec16ea5ac3cbfbf514b12774620b2600
c081b985
1 parent
3d899c1f
Disable nexus staging plugin stuff while on snapshots
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
13 行增加
和
0 行删除
build.gradle
build.gradle
查看文件 @
c081b98
...
...
@@ -62,3 +62,16 @@ ext {
annotations
=
[
]
}
afterEvaluate
{
// These aren't supported for snapshots. From nexus staging plugin.
if
(
VERSION_NAME
.
contains
(
"SNAPSHOT"
))
{
[
"closeAndReleaseRepository"
,
"closeRepository"
,
"createRepository"
,
"getStagingProfile"
,
"releaseRepository"
]
.
forEach
{
taskName
->
getTasksByName
(
taskName
,
false
).
forEach
{
task
->
task
.
enabled
=
false
}
}
}
}
\ No newline at end of file
...
...
请
注册
或
登录
后发表评论