File tree Expand file tree Collapse file tree 5 files changed +0
-29
lines changed
sonar-kotlin-external-linters Expand file tree Collapse file tree 5 files changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -31,12 +31,6 @@ dependencies {
31
31
testImplementation(project(" :sonar-kotlin-test-api" ))
32
32
}
33
33
34
- /* TODO: remove?
35
- tasks.withType<JavaCompile> {
36
- // Prevent warning: Gradle 5.0 will ignore annotation processors
37
- options.compilerArgs = options.compilerArgs + "-proc:none"
38
- }*/
39
-
40
34
// TODO: check if it has been fixed + backported to JDK 11 (note: has been fixed for JDK 13)
41
35
// The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
42
36
// Adding a "tag" option is a workaround to prevent javadoc errors
Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ dependencies {
36
36
testImplementation(project(" :sonar-kotlin-test-api" ))
37
37
}
38
38
39
- /* TODO: remove?
40
- tasks.withType<JavaCompile> {
41
- // Prevent warning: Gradle 5.0 will ignore annotation processors
42
- options.compilerArgs = options.compilerArgs + "-proc:none"
43
- }*/
44
-
45
39
// TODO: check if it has been fixed + backported to JDK 11 (note: has been fixed for JDK 13)
46
40
// The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
47
41
// Adding a "tag" option is a workaround to prevent javadoc errors
Original file line number Diff line number Diff line change @@ -35,12 +35,6 @@ dependencies {
35
35
testImplementation(project(" :sonar-kotlin-plugin" ))
36
36
}
37
37
38
- /* TODO: remove?
39
- tasks.withType<JavaCompile> {
40
- // Prevent warning: Gradle 5.0 will ignore annotation processors
41
- options.compilerArgs = options.compilerArgs + "-proc:none"
42
- }*/
43
-
44
38
// TODO: check if it has been fixed + backported to JDK 11 (note: has been fixed for JDK 13)
45
39
// The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
46
40
// Adding a "tag" option is a workaround to prevent javadoc errors
Original file line number Diff line number Diff line change @@ -46,11 +46,6 @@ dependencies {
46
46
testImplementation(project(" :sonar-kotlin-test-api" ))
47
47
}
48
48
49
- tasks.withType<JavaCompile > {
50
- // Prevent warning: Gradle 5.0 will ignore annotation processors
51
- options.compilerArgs = options.compilerArgs + " -proc:none"
52
- }
53
-
54
49
// The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
55
50
// Adding a "tag" option is a workaround to prevent javadoc errors
56
51
// @see https://bugs.openjdk.org/browse/JDK-8295850
Original file line number Diff line number Diff line change @@ -31,12 +31,6 @@ dependencies {
31
31
testImplementation(project(" :sonar-kotlin-test-api" ))
32
32
}
33
33
34
- /* TODO: remove?
35
- tasks.withType<JavaCompile> {
36
- // Prevent warning: Gradle 5.0 will ignore annotation processors
37
- options.compilerArgs = options.compilerArgs + "-proc:none"
38
- }*/
39
-
40
34
// TODO: check if it has been fixed + backported to JDK 11 (note: has been fixed for JDK 13)
41
35
// The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
42
36
// Adding a "tag" option is a workaround to prevent javadoc errors
You can’t perform that action at this time.
0 commit comments