File tree 6 files changed +5
-2
lines changed
build-logic/src/main/kotlin/dokkabuild 6 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ abstract class DokkaBuildProperties @Inject constructor(
62
62
/* * Indicates whether Kotlin compatibility with older Gradle versions should be enforced */
63
63
val enforceGradleKotlinCompatibility: Provider <Boolean > =
64
64
dokkaProperty(" enforceGradleKotlinCompatibility" , String ::toBoolean)
65
- .orElse(true )
65
+ .orElse(false )
66
66
67
67
/* * Allows skipping running of integration tests */
68
68
val integrationTestSkip: Provider <Boolean > =
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ version=2.0.20-SNAPSHOT
10
10
org.jetbrains.dokka.javaToolchain.mainCompiler =8
11
11
org.jetbrains.dokka.javaToolchain.testLauncher =8
12
12
org.jetbrains.dokka.integration_test.parallelism =2
13
- org.jetbrains.dokka.enforceGradleKotlinCompatibility =false
14
13
15
14
# !!! ATTENTION: do not commit this !!!
16
15
# Uncomment next line to skip running Dokka integration tests
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ version=2.0.20-SNAPSHOT
8
8
9
9
org.jetbrains.dokka.javaToolchain.mainCompiler =8
10
10
org.jetbrains.dokka.javaToolchain.testLauncher =8
11
+ org.jetbrains.dokka.enforceGradleKotlinCompatibility =true
11
12
kotlin.compiler.runViaBuildToolsApi =true
12
13
13
14
# Gradle settings
Original file line number Diff line number Diff line change @@ -8,4 +8,5 @@ version=2.0.20-SNAPSHOT
8
8
9
9
org.jetbrains.dokka.javaToolchain.mainCompiler =8
10
10
org.jetbrains.dokka.javaToolchain.testLauncher =8
11
+ org.jetbrains.dokka.enforceGradleKotlinCompatibility =true
11
12
kotlin.compiler.runViaBuildToolsApi =true
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ version=2.0.20-SNAPSHOT
6
6
7
7
org.jetbrains.dokka.javaToolchain.mainCompiler =8
8
8
org.jetbrains.dokka.javaToolchain.testLauncher =8
9
+ org.jetbrains.dokka.enforceGradleKotlinCompatibility =true
9
10
kotlin.compiler.runViaBuildToolsApi =true
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ version=2.0.20-SNAPSHOT
8
8
9
9
org.jetbrains.dokka.javaToolchain.mainCompiler =8
10
10
org.jetbrains.dokka.javaToolchain.testLauncher =8
11
+ org.jetbrains.dokka.enforceGradleKotlinCompatibility =true
11
12
kotlin.compiler.runViaBuildToolsApi =true
12
13
13
14
# Code style
You can’t perform that action at this time.
0 commit comments