0
是否可以通過GIT存儲庫(需要憑據)與其他項目共享build.gradle
?通過GIT存儲庫與其他項目共享gradle構建文件
簡體Build.gradle
:
apply plugin: 'checkstyle'
checkstyle {
toolVersion = "7.4";
reportsDir = file("$project.buildDir/reports/checkstyle/")
}