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

Attach binaries to GH download page #3627

Open
sormuras opened this issue Jan 2, 2024 · 4 comments
Open

Attach binaries to GH download page #3627

sormuras opened this issue Jan 2, 2024 · 4 comments

Comments

@sormuras
Copy link
Member

sormuras commented Jan 2, 2024

https://mastodon.cloud/@igb@mastodon.hccp.org/111687573656370505

Downloading "JUnit 5" from the #JUnit website.without using Maven or Gradle, shouldn't be this hard.

Attach (upload) binaries of each JUnit release to GH download page.

For example, for the JUnit 5.10.1 release that would be the "Assets" section of https://github.com/junit-team/junit5/releases/tag/r5.10.1 page.

@sormuras
Copy link
Member Author

sormuras commented Jan 2, 2024

An alternative would be to promote the "standalone" variant: https://junit.org/junit5/docs/current/user-guide/#running-tests-console-launcher

@sbrannen
Copy link
Member

sbrannen commented Jan 3, 2024

Isn't this is duplicate of a discussion/issue we've had before?

@sbrannen
Copy link
Member

sbrannen commented Jan 3, 2024

In any case, when people ask me how to acquire the JUnit 5 artifacts, my common response is that you have the following options:

  • use Spring Boot or some other application framework that sets up the dependency management for you in the build
  • use Gradle
  • use Maven
  • use Ant + Ivy
  • download the standalone JAR

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