Skip to content

Commit

Permalink
Add Gradle properties to included builds (#3177)
Browse files Browse the repository at this point in the history
* 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
aSemy authored Oct 18, 2023
1 parent 66da09a commit 85d05b2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dokka-integration-tests/gradle.properties
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
6 changes: 6 additions & 0 deletions dokka-runners/cli/gradle.properties
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
6 changes: 6 additions & 0 deletions dokka-runners/maven-plugin/gradle.properties
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

0 comments on commit 85d05b2

Please sign in to comment.