1
0
mirror of https://github.com/square/okhttp.git synced 2025-07-29 17:41:17 +03:00

Move the API docs from /okhttp/api to /okhttp/4.x

This commit is contained in:
Jesse Wilson
2019-06-21 23:23:46 -04:00
parent 8a66890c0f
commit 50e4c422d2
14 changed files with 35 additions and 35 deletions

View File

@ -19,7 +19,7 @@ dependencies {
afterEvaluate { project ->
project.tasks.dokka {
outputDirectory = "$rootDir/docs/api"
outputDirectory = "$rootDir/docs/4.x"
outputFormat = 'gfm'
}
}