mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Minor: remove dokka stuff from build.gradle, it's now invoked via an external script
This commit is contained in:
parent
8d3c9643e9
commit
779e5d8af8
@ -8,14 +8,6 @@ buildscript {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
// Dokka (JavaDoc equivalent for Kotlin) download is a big download and also
|
||||
// can interfere with the Kotlin compiler if it gets out of sync, version wise.
|
||||
// To generate API docs, uncomment this line, then uncomment 'apply plugin' line
|
||||
// below, and then run 'gradle dokka' and look in core/build/dokka/core/index.html
|
||||
|
||||
// classpath "org.jetbrains.dokka:dokka-gradle-plugin:0.9.7"
|
||||
}
|
||||
}
|
||||
|
||||
// apply plugin: 'org.jetbrains.dokka'
|
||||
|
Loading…
Reference in New Issue
Block a user