File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,9 @@ android {
38
38
javaCompileOptions {
39
39
annotationProcessorOptions {
40
40
// coding 和 coding 企业版 必须使用相同的包名,否则 androidannotations 生成代码会失败
41
- arguments = [resourcePackageName : " net.coding.program" ,
42
- " logLevel" : " TRACE" , // 打印更多 log,AA 生成错误会导致几百个编译错误
43
- " logAppenderConsole" : " true" ]
41
+ arguments = [resourcePackageName : " net.coding.program" ]
42
+ // "logLevel" : "TRACE", // 打印更多 log,AA 生成错误会导致几百个编译错误
43
+ // "logAppenderConsole": "true"]
44
44
}
45
45
}
46
46
}
@@ -105,19 +105,19 @@ android {
105
105
}
106
106
}
107
107
108
- gradle. projectsEvaluated {
109
- tasks. withType(JavaCompile ) {
110
- options. compilerArgs << " -Xmaxerrs" << " 99999" // 显示更多的编译错误,默认只显示 100 个
111
- }
112
- }
108
+ // gradle.projectsEvaluated {
109
+ // tasks.withType(JavaCompile) {
110
+ // options.compilerArgs << "-Xmaxerrs" << "99999" // 显示更多的编译错误,默认只显示 100 个
111
+ // }
112
+ // }
113
113
114
- kapt {
115
- correctErrorTypes = true
114
+ // kapt {
115
+ // correctErrorTypes = true
116
116
117
- javacOptions {
118
- option(" -Xmaxerrs" , 500 )
119
- }
120
- }
117
+ // javacOptions {
118
+ // option("-Xmaxerrs", 500)
119
+ // }
120
+ // }
121
121
122
122
dependencies {
123
123
kapt " org.androidannotations:androidannotations:$AAVersion "
You can’t perform that action at this time.
0 commit comments