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

host jars #116

Open
benwaffle opened this issue Jun 21, 2015 · 2 comments
Open

host jars #116

benwaffle opened this issue Jun 21, 2015 · 2 comments

Comments

@benwaffle
Copy link

Host all jars (.class files, natives, ...) needed to use tox4j on a maven repository so it can be used from maven, gradle, sbt, and any other build tool that supports it

@sonOfRa
Copy link
Contributor

sonOfRa commented Jun 21, 2015

Will be done eventually. Hosting .jars is not much of a problem, but hosting native binaries is going to be a bit of a hassle. I currently don't have too much time, so this might take a while to get resolved.

@iphydf
Copy link
Member

iphydf commented Nov 28, 2015

This is now done. You will need to add https://tox4j.github.io/repositories/snapshots/ as a repository. After that, you can use im.tox:tox4j:0.1-SNAPSHOT. Keep in mind that these jars are currently built from my repository instead of from the main repository, and code there can break and change arbitrarily.

I'm not closing this issue until the code that pushes the jars to github is in tox4j/master.

Another idea: publish the jars on bintray.

@iphydf iphydf removed their assignment Jul 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants