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

Fixed/improved build #11

Closed
wants to merge 15 commits into from
Closed

Conversation

palfrey
Copy link

@palfrey palfrey commented Jul 16, 2018

  • Used Homebrew cask-versions to install zulu7 (because no Java 7 in homebrew anymore since Remove java7 Homebrew/homebrew-cask-versions#3914)
  • Installed maven-wrapper so I could lock down the Maven version to a 1.6 compatible one
  • Switched to HTTP repositories as the HTTPS ones need TLS 1.2 which JDK 1.6 doesn't have
  • Fixed some old bits of Travis workarounds and cached everything
  • Split out deploy builds (only on master) from test builds (everything)

@palfrey
Copy link
Author

palfrey commented Jul 16, 2018

I'm still seeing "Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty" on the deploys, but can't tell if that's my builds or not because of the secure parameters.

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 -->
Copy link
Owner

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?)

Copy link
Author

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

@gjoseph
Copy link
Owner

gjoseph commented Mar 25, 2022

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. ✌️

@gjoseph gjoseph closed this Mar 25, 2022
@palfrey
Copy link
Author

palfrey commented Mar 25, 2022

Thanks for all your work on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants