Skip to content

Commit 85d05b2

Browse files
authored
Add Gradle properties to included builds (#3177)
* add version-catalog def in integration-tests * move integration-test shared utils into a subproject * add root build.gradle.kts (even if it is empty) * add `gradle.properties` to included builds
1 parent 66da09a commit 85d05b2

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
#
2+
# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3+
#
4+
5+
# Project Settings
6+
# TODO remove 'dokka_version' - it doesn't need to be mandatory for non-published subprojects
7+
dokka_version=1.9.10-SNAPSHOT
8+
org.jetbrains.dokka.javaToolchain.mainCompiler=8
9+
org.jetbrains.dokka.javaToolchain.testLauncher=8
10+
org.jetbrains.dokka.kotlinLanguageLevel=1.4
11+
dokka_integration_test_parallelism=2

dokka-runners/cli/gradle.properties

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3+
#
4+
5+
# Project Settings
6+
dokka_version=1.9.10-SNAPSHOT
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#
2+
# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
3+
#
4+
5+
# TODO remove 'dokka_version' - it doesn't need to be mandatory for non-published subprojects
6+
dokka_version=1.9.10-SNAPSHOT

0 commit comments

Comments
 (0)