-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Dokka version in coroutines and serialization tests
- Loading branch information
1 parent
a8e53e0
commit 8346ca0
Showing
6 changed files
with
44 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 19 additions & 3 deletions
22
dokka-integration-tests/gradle/projects/serialization/serialization.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,29 @@ | ||
diff --git a/build.gradle b/build.gradle | ||
index 73b566ae..c7224a7a 100644 | ||
--- a/build.gradle | ||
+++ b/build.gradle | ||
@@ -76,9 +76,10 @@ buildscript { | ||
} | ||
|
||
dependencies { | ||
+ def dokkaVersion = System.getenv('DOKKA_VERSION') | ||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" | ||
classpath "org.jetbrains.kotlin:kotlin-serialization:$kotlin_version" | ||
- classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version" | ||
+ classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokkaVersion" | ||
classpath "org.jetbrains.kotlinx:kover:$kover_version" | ||
classpath "org.jetbrains.kotlinx:binary-compatibility-validator:$validator_version" | ||
classpath "org.jetbrains.kotlinx:kotlinx-knit:$knit_version" | ||
diff --git a/gradle.properties b/gradle.properties | ||
index 5ef66cd9..51a90924 100644 | ||
index 5ef66cd9..7e7323fd 100644 | ||
--- a/gradle.properties | ||
+++ b/gradle.properties | ||
@@ -13,7 +13,7 @@ kotlin.version.snapshot=1.9.255-SNAPSHOT | ||
|
||
junit_version=4.12 | ||
jackson_version=2.10.0.pr1 | ||
-dokka_version=1.8.10 | ||
+dokka_version=1.9.20-SNAPSHOT | ||
+dokka_version=non-existing-sanity-check-SNAPSHOT | ||
native.deploy= | ||
validator_version=0.13.2 | ||
knit_version=0.5.0-Beta |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters