Closed d-rep closed 4 years ago
Downgrading to Java 8 fixed the compile issue. These are the specific versions that worked for me:
mvn -v
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: ./utils/apache-maven-3.6.3
Java version: 1.8.0_60, vendor: Oracle Corporation, runtime: /Library/Java/JavaVirtualMachines/jdk1.8.0_60.jdk/Contents/Home/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "10.15.2", arch: "x86_64", family: "mac"
I'm following this AWS guide and it says to run
mvn package dependency:copy-dependencies
against this repo, which currently results in this compile error:Here are my current versions of things:
Do I need to downgrade to an older version of java?