Skip to content

Commit

Permalink
Specify jdk 8 for dokka (square#4845)
Browse files Browse the repository at this point in the history
* Specify jdk 8 for dokka

Since the project targets java 8

* Fix location

Not sure how this happened
  • Loading branch information
ZacSweers authored and swankjesse committed Apr 2, 2019
1 parent 5237297 commit e8c5d77
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ subprojects { project ->
dokka {
reportUndocumented = false
skipDeprecated = true
jdkVersion = 8
packageOptions {
prefix = "okhttp3.internal"
suppress = true
Expand Down

0 comments on commit e8c5d77

Please sign in to comment.