File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed
buildSrc/src/main/java/org/springframework/boot/build Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,9 @@ private void configureDokkatoo(Project project) {
9797 link .getPackageListUrl ().set (URI .create (url + "/element-list" ));
9898 });
9999 }
100+ else {
101+ sourceSet .getSuppress ().set (true );
102+ }
100103 });
101104 }
102105
Original file line number Diff line number Diff line change 1717import org.springframework.boot.build.docs.ConfigureJavadocLinks
1818
1919plugins {
20+ id " org.jetbrains.kotlin.jvm"
2021 id " dev.adamko.dokkatoo-html"
2122 id " java"
2223 id " org.antora"
23- id " org.jetbrains.kotlin.jvm"
2424 id " org.springframework.boot.aggregator"
2525 id " org.springframework.boot.antora-contributor"
2626 id " org.springframework.boot.antora-dependencies"
Original file line number Diff line number Diff line change 1515 */
1616
1717plugins {
18+ id " org.jetbrains.kotlin.jvm"
1819 id " dev.adamko.dokkatoo-html"
1920 id " java-library"
20- id " org.jetbrains.kotlin.jvm"
2121 id " org.springframework.boot.deployed"
2222 id " org.springframework.boot.optional-dependencies"
2323}
Original file line number Diff line number Diff line change 1515 */
1616
1717plugins {
18- id " dev.adamko.dokkatoo-html"
19- id " java-library"
20- id " java-test-fixtures"
2118 id " org.jetbrains.kotlin.jvm"
19+ id " dev.adamko.dokkatoo-html"
2220 id " org.springframework.boot.configuration-properties"
2321 id " org.springframework.boot.deployed"
2422 id " org.springframework.boot.optional-dependencies"
23+ id " java-library"
24+ id " java-test-fixtures"
2525}
2626
2727description = " Spring Boot"
You can’t perform that action at this time.
0 commit comments