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
I was starting the tuto on my debian alfresco server when i got the same error as in this thread, it was fixed the same way, just by adding
<plugin> <artifactId>maven-compiler-plugin</artifactId> <version>3.2</version> <configuration> <source>1.7</source> <target>1.7</target> </configuration> </plugin>`
The text was updated successfully, but these errors were encountered:
This should be fixed in later releases of Aikau (see: 1cfd4c2)... what version were you using?
Sorry, something went wrong.
I'm going to close this as a fix has already been committed (see previous comment)
No branches or pull requests
I was starting the tuto on my debian alfresco server when i got the same error as in this thread, it was fixed the same way, just by adding
The text was updated successfully, but these errors were encountered: