-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Build improvements #202
Build improvements #202
Conversation
I have noticed that we have also the "wrong pom and wrong jar for This is what I have tried with commit 4106857: After the run of First step: openapi-generator/modules/openapi-generator-gradle-plugin/pom.xml Lines 68 to 90 in 4106857
This is requested for the next step.
Next step: openapi-generator/modules/openapi-generator-gradle-plugin/pom.xml Lines 104 to 117 in 4106857
I see two problems with this approach:
Log from the travis build:
I will revert the two steps described here in order to have a PR that can be merged. We need to continue to investigate how we can upload the graddle jars to the distant maven repository. We can use either maven or gradle. We need something that works for release and for snapshots. Related PR #201. cc @jimschubert |
In my opinion this is ready to be merged. CI is ok (CircleCI is unrelated to this change), description was edited to represent the content of this PR. This is an improvement in regard to what we have now. |
@jmini to release the gradle plugin, we'll need to make sure we have the configuration values mentioned in #201 in place and then we just need to call |
* master: Fix javadoc in clioption (OpenAPITools#188) Build improvements (OpenAPITools#202) Prepare 3.0.1-SNAPSHOT (OpenAPITools#195)
openapi-generator-maven-plugin