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
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] error: Source option 5 is no longer supported. Use 6 or later.
[ERROR] error: Target option 1.5 is no longer supported. Use 1.6 or later.
I found a similar discussion here: spring-attic/gs-maven#21
But I dont know how to fix it though..
The text was updated successfully, but these errors were encountered:
Oh dear. I didn't know support for Java 5 was being cut off! I may have to upgrade ez-vcard to Java 6. I've edited the title of this issue and reopened it.
While compiling with maven
I get the following error
[ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] error: Source option 5 is no longer supported. Use 6 or later. [ERROR] error: Target option 1.5 is no longer supported. Use 1.6 or later.
I found a similar discussion here: spring-attic/gs-maven#21
But I dont know how to fix it though..
The text was updated successfully, but these errors were encountered: