sergioalifano
6 years agoOccasional Contributor
Maven build fails
I'm following the README file from the github repo.
When I run the commands:
git clone https://github.com/swagger-api/swagger-codegen
cd swagger-codegen
mvn clean package
I have the followi...
- 6 years ago
I've actually figured this out. I had Java 10 installed on my computer.
Downgrading to version 8 fixed the issue.