1
0
mirror of https://github.com/square/okhttp.git synced 2025-08-07 12:42:57 +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

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