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:
@ -16,3 +16,10 @@ dependencies {
|
||||
testImplementation deps.junit
|
||||
testImplementation deps.assertj
|
||||
}
|
||||
|
||||
afterEvaluate { project ->
|
||||
project.tasks.dokka {
|
||||
outputDirectory = "$rootDir/docs/api"
|
||||
outputFormat = 'gfm'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user