1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-31 05:04:26 +03:00

Tweak the MkDocs build

Retain the 3.x docs by doing a dirty MkDocs build
Build more Dokka projects
This commit is contained in:
Jesse Wilson
2019-06-19 23:33:02 -04:00
parent 13ff2b9157
commit 70cd67c75d
9 changed files with 77 additions and 7 deletions

View File

@ -16,3 +16,10 @@ dependencies {
testImplementation deps.junit
testImplementation deps.assertj
}
afterEvaluate { project ->
project.tasks.dokka {
outputDirectory = "$rootDir/docs/api"
outputFormat = 'gfm'
}
}