aws-samples / aws-java-sample

Sample project to demonstrate usage of the AWS SDK for Java
Apache License 2.0
231 stars 339 forks source link

Fixing compiler error "Source option 5 is no longer supported" #23

Open jmonty42 opened 6 years ago

jmonty42 commented 6 years ago

When trying to build the project with Maven, this error would be thrown:

"Source option 5 is no longer supported. Use 6 or later."

This fixes it.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

IlijaAlchemy commented 6 years ago

Can one of the admins verify this patch?