-
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.
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
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# | ||
# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. | ||
# | ||
|
||
# Project Settings | ||
# TODO remove 'dokka_version' - it doesn't need to be mandatory for non-published subprojects | ||
dokka_version=1.9.10-SNAPSHOT | ||
org.jetbrains.dokka.javaToolchain.mainCompiler=8 | ||
org.jetbrains.dokka.javaToolchain.testLauncher=8 | ||
org.jetbrains.dokka.kotlinLanguageLevel=1.4 | ||
dokka_integration_test_parallelism=2 |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. | ||
# | ||
|
||
# Project Settings | ||
dokka_version=1.9.10-SNAPSHOT |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# | ||
# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. | ||
# | ||
|
||
# TODO remove 'dokka_version' - it doesn't need to be mandatory for non-published subprojects | ||
dokka_version=1.9.10-SNAPSHOT |