-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Convert build to Gradle and repositories to bintray/jcenter. #422
Comments
👍 |
1 similar comment
👍 |
👍 On Fri, Aug 22, 2014 at 7:37 AM, Federico Gaule [email protected]
|
Developer EnvironmentOpen jdk 1.6 or JDK 1.7 (not oracle 1.6 until https://github.com/martypitt/swagger-springmvc/issues/426 issue is fixed. You do not need to install gradle. The gradle wrapper is included in the repository. Be sure to select 'use the default wrapper' If asked to reuse the existing project select 'Open existing' PublishingWe have moved away from publishing to maven central. For some reasons why read this What about PGP signing? - read this: There are 2 hosted systems relating to artifact publishing for this project:
Publishing snapshots
./gradlew -Pbintray_username=<bintrayusername> -Pbintray_password=<bintraytoken> publish
Publishing releases
./gradlew -Pbintray_username=<bintrayusername> -Pbintray_password=<bintraytoken> publish
Artifactory Tree Browser (OJO) |
@dilipkrish @fgaule @acwatson @brandon-atkinson I have pushed to master. Would be great if you guys could try it out and let me now if there are any problems or suggestions for improvement. I have bumped the version to 0.9.0-SNAPSHOT and it's been published from the CI build. All tests and the demo project functional tests have passed but I'm still a bit paranoid so it would be great to get some other eyes on this. |
First thing I noticed is that there are two readme files: README.md and readme.md. |
@brandon-atkinson removed the duplicate readme. Got caught out by OSX case insensitive filesystem. |
👍 |
1 similar comment
👍 |
@dilipkrish @fgaule @acwatson @brandon-atkinson do you guys have any work in progress. I want to pick a good time to merge the branch 'gradle-port' into master?
The text was updated successfully, but these errors were encountered: