java8 / Java8InAction

MIT License
3.18k stars 2.26k forks source link

I used openjdk 10 to run it. #23

Closed NGLSL closed 5 years ago

NGLSL commented 5 years ago

I used openjdk 10 to run it. Openjdk 8 can't compile and run

nbu commented 5 years ago

Same here. Project supposed to be for Java 8 In Action book and built on Java 8. But pom.xml forcibly requires 1.9 as source and target in maven-compiler-plugin configuration.

vbhosle commented 5 years ago

switch to previous commit to get first edition code.

git reset --hard ae8122f433f90a8bfed7244cdf6f99271f1d1125

stvstvstv commented 3 years ago

Title of book " Java 8 in Action" doesn't compile under java 8 :-1: