[3.4.0-map-sdk]

This commit is contained in:
zhongchao
2023-09-28 15:20:17 +08:00
parent 0e841ade7c
commit 06a96b31d3
3 changed files with 11 additions and 3 deletions

3
.gitignore vendored
View File

@@ -7,5 +7,4 @@
/build
/captures
.externalNativeBuild
.cxx
.gitlab-ci.yml
.cxx

9
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,9 @@
stages:
- analyze
inspect java and kotlin codes:
tags:
- apk
- android
stage: analyze

View File

@@ -8,7 +8,7 @@ ext {
}
/**
* 增量开关
* 增量开关 给 lint 插件做增量扫描使用
*/
def isIncrement = false