-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Java][RESTEasy] Gradle build failed while maven build succeeded #5925
Comments
@wing328 I'll try to deal with this. |
@wing328 it seems that now maven test are failing also; scenario:
It seems that (at least) this dependency needs to be added: I'll try to revisit this soon. |
I've filed #6556 to fix the maven build error. I wonder if you can file a PR to fix the same for build.gradle and build.sbt files for Java RESTEasy client. |
@wing328 I'll try to change build.gradle and build.sbt. |
Getting this error as well during Travis checks
|
@dejan2609 @developersteve the issue with build.gradle has been addressed with #7448 Please pull the latest 2.4.0 branch and give it a try. |
Description
Gradle build failed for Java RESTEasy Petstore sample while
mvn test
works fine. Here are the steps to repeat it:sbt test
also failed.Swagger-codegen version
Latest master.
Suggest a Fix
If anyone wants to work on this issue, please reply to let us know and I can show you some good starting points.
The text was updated successfully, but these errors were encountered: