awslabs / aws-elasticache-cluster-client-memcached-for-java

Amazon ElastiCache Cluster Client for Java - enhanced library to connect to ElastiCache clusters.
http://docs.amazonwebservices.com/AmazonElastiCache/latest/UserGuide/AutoDiscovery.html
Apache License 2.0
87 stars 54 forks source link

Build failed with error "Source option 6 is no longer supported. Use 7 or later." #40

Open Suseendran-angamuthu opened 6 months ago

Suseendran-angamuthu commented 6 months ago

[ivy:cachepath] DEPRECATED: 'ivy.conf.file' is deprecated, use 'ivy.settings.file' instead [ivy:cachepath] :: loading settings :: file = /tmp/aws-elasticache-cluster-client-memcached-for-java/ivy/ivysettings.xml

compile: [mkdir] Created dir: /tmp/aws-elasticache-cluster-client-memcached-for-java/build/classes [javac] Compiling 224 source files to /tmp/aws-elasticache-cluster-client-memcached-for-java/build/classes [javac] warning: [options] bootstrap class path not set in conjunction with -source 6 [javac] error: Source option 6 is no longer supported. Use 7 or later. [javac] error: Target option 6 is no longer supported. Use 7 or later.

BUILD FAILED /tmp/aws-elasticache-cluster-client-memcached-for-java/build.xml:511: Compile failed; see the compiler error output for details.