chargebee / chargebee-java

Java library for the Chargebee API.

Home Page:https://apidocs.chargebee.com/docs/api?lang=java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please update the source and target Java version to 7 or above

SingingBush opened this issue · comments

The pom specifies Java 5 which is out of support and with recent versions of Maven will result in:

[ERROR] Source option 5 is no longer supported. Use 7 or later.
[ERROR] Target option 5 is no longer supported. Use 7 or later.

Personally I feel 8 is the lowest anyone should support these days with Java 11 and above being ideal.

closing as this has now been done