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:
@@ -21,7 +21,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