We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running ./gradlew clean I get the following errors preventing full compilation:-
FAILURE: Build failed with an exception.
Where: Build file '/root/projects/alfio/build.gradle' line: 225
What went wrong: Could not compile build file '/root/projects/alfio/build.gradle'.
startup failed: build file '/root/projects/alfio/build.gradle': 225: unable to resolve class java.time.format.DateTimeFormatter @ line 225, column 1. import java.time.format.DateTimeFormatter ^
build file '/root/projects/alfio/build.gradle': 224: unable to resolve class java.time.ZonedDateTime @ line 224, column 1. import java.time.ZonedDateTime ^
build file '/root/projects/alfio/build.gradle': 223: unable to resolve class java.time.ZoneId @ line 223, column 1. import java.time.ZoneId ^
The text was updated successfully, but these errors were encountered:
Hi @lukebrewerton,
could you please share the output of the following commands:
$ java -version $ javac -version
many thanks Celestino
Sorry, something went wrong.
Sorted it, I installed JDK8 but 7 was already installed and was being used. Using Alternatives to switch to JDK8 resolved the issue
No branches or pull requests
When running ./gradlew clean I get the following errors preventing full compilation:-
FAILURE: Build failed with an exception.
Where:
Build file '/root/projects/alfio/build.gradle' line: 225
What went wrong:
Could not compile build file '/root/projects/alfio/build.gradle'.
build file '/root/projects/alfio/build.gradle': 224: unable to resolve class java.time.ZonedDateTime
@ line 224, column 1.
import java.time.ZonedDateTime
^
build file '/root/projects/alfio/build.gradle': 223: unable to resolve class java.time.ZoneId
@ line 223, column 1.
import java.time.ZoneId
^
The text was updated successfully, but these errors were encountered: