Skip to content
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

Do we need both gradle and maven? #16

Closed
maniksurtani opened this issue Jan 16, 2015 · 5 comments
Closed

Do we need both gradle and maven? #16

maniksurtani opened this issue Jan 16, 2015 · 5 comments
Assignees

Comments

@maniksurtani
Copy link
Contributor

Keeping dependencies and other details in pom.xml and build.gradle will become a tedious overhead. Any reason to support two build systems?

@nmittler
Copy link
Member

@maniksurtani nope ... the plan was to eventually remove the maven build. Probably a good time to pull the trigger.

@ejona86
Copy link
Member

ejona86 commented Jan 16, 2015

The only real thing not yet ported to Gradle is my bootclasspath.properties hack for run-test-{client,server}. For Gradle, we need some way of actually running the test server/client. "gradle run" seems to be able to do what we need, but we would need to figure out how to specify the bootclasspath with the correct ALPN version.

@nmittler nmittler self-assigned this Jan 21, 2015
@nmittler
Copy link
Member

The majority of this has been addressed by #39. I'll prepare one more PR to tie up any loose ends and remove the pom.xml files.

@maniksurtani
Copy link
Contributor Author

Thanks

On 26 January 2015 at 15:31, Nathan Mittler notifications@github.com
wrote:

The majority of this has been addressed by #39
#39. I'll prepare one more PR
to tie up any loose ends and remove the pom.xml files.


Reply to this email directly or view it on GitHub
#16 (comment).

@nmittler
Copy link
Member

Maven build removed by #41

@lock lock bot locked as resolved and limited conversation to collaborators Sep 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants