google / openrtb

OpenRTB model for Java and other languages via protobuf; Helper OpenRTB libraries for Java including JSON serialization
Apache License 2.0
397 stars 190 forks source link

Fix miniumum JDK version in README.md #122

Closed yosske closed 6 years ago

yosske commented 6 years ago

The "Building Notes" in the README.md file says the minumum JDK for building is:

"JDK 7"

Instead Of:

"JDK 8"

JDK 8 is needed ever since this fix was done: https://github.com/google/openrtb/blob/master/CHANGELOG.md#version-097-29-10-2015

Thanks :)

opinali commented 6 years ago

Thanks for the heads up, fixed the readme to mention correct versions for JDK and also protoc. :)