blob: b130617c82de0ea7b6c18d91539b83cad83b7ff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#
# Copyright 2014-2023 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license.
#
# while integration test projects aren't published,
# the version here should be in sync with other versions,
# because it's used to resolve dependencies
version=1.9.20-SNAPSHOT
org.jetbrains.dokka.javaToolchain.mainCompiler=8
org.jetbrains.dokka.javaToolchain.testLauncher=8
dokka_integration_test_parallelism=2
|