Skip to content

Commit 5ec993b

Browse files
committed
Upgrade to Dokka 2.1.0-Beta
We need to upgrade for better compatibility with Java 25. See gh-47413
1 parent 1ebc557 commit 5ec993b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/java/org/springframework/boot/build/KotlinConventions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ private void configure(KotlinCompile compile) {
7676

7777
private void configureDokkatoo(Project project) {
7878
DokkatooExtension dokkatoo = project.getExtensions().getByType(DokkatooExtension.class);
79+
dokkatoo.getVersions().getJetbrainsDokka().set("2.1.0-Beta");
7980
dokkatoo.getDokkatooSourceSets().configureEach((sourceSet) -> {
8081
if (SourceSet.MAIN_SOURCE_SET_NAME.equals(sourceSet.getName())) {
8182
sourceSet.getSourceRoots().setFrom(project.file("src/main/kotlin"));

0 commit comments

Comments
 (0)