mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-03-10 08:31:29 +00:00
stdlib-docs: Allow to set dokka_version with property
This commit is contained in:
@@ -10,7 +10,7 @@ configurations {
|
||||
dokka
|
||||
}
|
||||
|
||||
final String dokka_version = "0.10.2-SNAPSHOT"
|
||||
final String dokka_version = findProperty("dokka_version") ?: "0.10.2-SNAPSHOT"
|
||||
|
||||
repositories {
|
||||
mavenLocal()
|
||||
|
||||
Reference in New Issue
Block a user