-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fixed/improved build #11
Conversation
This is now fixed, but it says "Return code is: 401, ReasonPhrase: Unauthorized" on deploys, so probably needs you to fix the upload parameters |
pom.xml
Outdated
</snapshotRepository> | ||
</distributionManagement> | ||
|
||
<!-- needed for JDK 1.6 which doesn't support TLS 1.2 --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ouch! Really? Maybe it's time to forget about JDK 1.6 for this project anyway. (if we want, we can still have target
set to 1.6, but use 1.7+ to build?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've been able to setup JDK 1.7 instead, and get rid of these POM changes
Hi @palfrey sorry for the slow response -- as you may have gathered, I haven't had capacity to maintain this project in a long time. I'm finally officially retiring it. See README for possible alternatives, if you're still needing this. ✌️ |
Thanks for all your work on this. |
Switched to HTTP repositories as the HTTPS ones need TLS 1.2 which JDK 1.6 doesn't have