Explorar el Código

修改构建配置文件 - > 增加注释

shuiqilin-optimize
JianShengFei hace 9 meses
padre
commit
41d06b1a26
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      build.gradle

+ 2
- 0
build.gradle Ver fichero

@@ -159,6 +159,7 @@ publishing {
}
}

// 配置文件路径
sourceSets {
main {
resources {
@@ -168,6 +169,7 @@ sourceSets {
}
}

// 构建忽略test相关
gradle.taskGraph.whenReady {
tasks.each { task ->
if (task.name.contains("test")) {

Cargando…
Cancelar
Guardar