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:
@ -19,7 +19,7 @@ dependencies {
|
||||
|
||||
afterEvaluate { project ->
|
||||
project.tasks.dokka {
|
||||
outputDirectory = "$rootDir/docs/api"
|
||||
outputDirectory = "$rootDir/docs/4.x"
|
||||
outputFormat = 'gfm'
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user