File tree Expand file tree Collapse file tree 8 files changed +0
-84
lines changed
sonar-kotlin-external-linters Expand file tree Collapse file tree 8 files changed +0
-84
lines changed Original file line number Diff line number Diff line change @@ -26,13 +26,3 @@ dependencies {
26
26
testImplementation(testLibs.sonar.plugin.api.test.fixtures)
27
27
testImplementation(project(" :sonar-kotlin-test-api" ))
28
28
}
29
-
30
- // The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
31
- // Adding a "tag" option is a workaround to prevent javadoc errors
32
- // @see https://bugs.openjdk.org/browse/JDK-8295850
33
- tasks.withType<Javadoc > {
34
- options {
35
- this as StandardJavadocDocletOptions
36
- addStringOption(" tag" , " javax.annotation.ParametersAreNonnullByDefault:ParametersAreNonnullByDefault" )
37
- }
38
- }
Original file line number Diff line number Diff line change @@ -27,13 +27,3 @@ dependencies {
27
27
28
28
testImplementation(project(" :sonar-kotlin-test-api" ))
29
29
}
30
-
31
- // The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
32
- // Adding a "tag" option is a workaround to prevent javadoc errors
33
- // @see https://bugs.openjdk.org/browse/JDK-8295850
34
- tasks.withType<Javadoc > {
35
- options {
36
- this as StandardJavadocDocletOptions
37
- addStringOption(" tag" , " javax.annotation.ParametersAreNonnullByDefault:ParametersAreNonnullByDefault" )
38
- }
39
- }
Original file line number Diff line number Diff line change @@ -29,14 +29,3 @@ dependencies {
29
29
30
30
testImplementation(project(" :sonar-kotlin-test-api" ))
31
31
}
32
-
33
- // TODO: check if it has been fixed + backported to JDK 11 (note: has been fixed for JDK 13)
34
- // The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
35
- // Adding a "tag" option is a workaround to prevent javadoc errors
36
- // @see https://bugs.openjdk.org/browse/JDK-8295850
37
- tasks.withType<Javadoc > {
38
- options {
39
- this as StandardJavadocDocletOptions
40
- addStringOption(" tag" , " javax.annotation.ParametersAreNonnullByDefault:ParametersAreNonnullByDefault" )
41
- }
42
- }
Original file line number Diff line number Diff line change @@ -34,14 +34,3 @@ dependencies {
34
34
35
35
testImplementation(project(" :sonar-kotlin-test-api" ))
36
36
}
37
-
38
- // TODO: check if it has been fixed + backported to JDK 11 (note: has been fixed for JDK 13)
39
- // The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
40
- // Adding a "tag" option is a workaround to prevent javadoc errors
41
- // @see https://bugs.openjdk.org/browse/JDK-8295850
42
- tasks.withType<Javadoc > {
43
- options {
44
- this as StandardJavadocDocletOptions
45
- addStringOption(" tag" , " javax.annotation.ParametersAreNonnullByDefault:ParametersAreNonnullByDefault" )
46
- }
47
- }
Original file line number Diff line number Diff line change @@ -33,14 +33,3 @@ dependencies {
33
33
testImplementation(project(" :sonar-kotlin-test-api" ))
34
34
testImplementation(project(" :sonar-kotlin-plugin" ))
35
35
}
36
-
37
- // TODO: check if it has been fixed + backported to JDK 11 (note: has been fixed for JDK 13)
38
- // The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
39
- // Adding a "tag" option is a workaround to prevent javadoc errors
40
- // @see https://bugs.openjdk.org/browse/JDK-8295850
41
- tasks.withType<Javadoc > {
42
- options {
43
- this as StandardJavadocDocletOptions
44
- addStringOption(" tag" , " javax.annotation.ParametersAreNonnullByDefault:ParametersAreNonnullByDefault" )
45
- }
46
- }
Original file line number Diff line number Diff line change @@ -45,16 +45,6 @@ dependencies {
45
45
testImplementation(project(" :sonar-kotlin-test-api" ))
46
46
}
47
47
48
- // The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
49
- // Adding a "tag" option is a workaround to prevent javadoc errors
50
- // @see https://bugs.openjdk.org/browse/JDK-8295850
51
- tasks.withType<Javadoc > {
52
- options {
53
- this as StandardJavadocDocletOptions
54
- addStringOption(" tag" , " javax.annotation.ParametersAreNonnullByDefault:ParametersAreNonnullByDefault" )
55
- }
56
- }
57
-
58
48
val test: Test by tasks
59
49
test.dependsOn(project(" :kotlin-checks-test-sources" ).tasks.named(" build" ))
60
50
Original file line number Diff line number Diff line change @@ -29,14 +29,3 @@ dependencies {
29
29
30
30
testImplementation(project(" :sonar-kotlin-test-api" ))
31
31
}
32
-
33
- // TODO: check if it has been fixed + backported to JDK 11 (note: has been fixed for JDK 13)
34
- // The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
35
- // Adding a "tag" option is a workaround to prevent javadoc errors
36
- // @see https://bugs.openjdk.org/browse/JDK-8295850
37
- tasks.withType<Javadoc > {
38
- options {
39
- this as StandardJavadocDocletOptions
40
- addStringOption(" tag" , " javax.annotation.ParametersAreNonnullByDefault:ParametersAreNonnullByDefault" )
41
- }
42
- }
Original file line number Diff line number Diff line change @@ -23,13 +23,3 @@ dependencies {
23
23
implementation(libs.gson)
24
24
implementation(libs.sonar.analyzer.commons.recognizers)
25
25
}
26
-
27
- // The new version 11.0.17 of javadoc has a bug and does not handle package annotations correctly
28
- // Adding a "tag" option is a workaround to prevent javadoc errors
29
- // @see https://bugs.openjdk.org/browse/JDK-8295850
30
- tasks.withType<Javadoc > {
31
- options {
32
- this as StandardJavadocDocletOptions
33
- addStringOption(" tag" , " javax.annotation.ParametersAreNonnullByDefault:ParametersAreNonnullByDefault" )
34
- }
35
- }
You can’t perform that action at this time.
0 commit comments