Skip to content

Commit

Permalink
Raise minimum JDK version to 8. (#273)
Browse files Browse the repository at this point in the history
The latest Kotlin compiler requires JDK 8 (source:
https://blog.jetbrains.com/kotlin/2017/04/kotlin-1-1-2-is-out/).  The
Android plugin has been requiring JDK 8 too.
  • Loading branch information
zhangkun83 authored Nov 8, 2018
1 parent fbdc0bf commit 7078c3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ For more information about the Protobuf Compiler, please refer to
[Google Developers Site](https://developers.google.com/protocol-buffers/docs/reference/java-generated?csw=1).

## Latest Version
The latest version is ``0.8.6``. It requires at least __Gradle 2.12__ and __Java 7__.
The latest version is ``0.8.6``. It requires at least __Gradle 2.12__ and __Java 8__.
It is available on Maven Central. To add dependency to it:
```gradle
buildscript {
Expand Down

0 comments on commit 7078c3e

Please sign in to comment.