You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I should integrate your clc-java-sdk in a project written with JDK 1.7 ("1.7.0_80").
I saw that the code is compiled (and requires) the JDK 1.8 (you use the new features introduced by that version onward, such as the lambda expression).
I tried (unsuccessfully) to compile with gradle the source code, inserting on the build.gradle:
sourceCompatibility = 1.8
targetCompatibility = 1.7
How could i fix it?
The text was updated successfully, but these errors were encountered:
"@idrabenia do you have an idea on how much time to support this?"
Hi @jruckle , I think no less than 2 man-month. All our code wide use Java 8 Stream API, lambdas, CompleteableFutures.
We discussed this question on one of our first meetings with @nstetich and Andrey Yurkevich and I also was surprised that decision to use Java 8 was made.
I should integrate your clc-java-sdk in a project written with JDK 1.7 ("1.7.0_80").
I saw that the code is compiled (and requires) the JDK 1.8 (you use the new features introduced by that version onward, such as the lambda expression).
I tried (unsuccessfully) to compile with gradle the source code, inserting on the build.gradle:
How could i fix it?
The text was updated successfully, but these errors were encountered: