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

Switch to JUnit 5 #2048

Closed
wants to merge 4 commits into from
Closed

Commits on Jan 5, 2022

  1. Remove Gradle build support

    Build script was outdated and not actively maintained anymore.
    Marcono1234 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e0fb02c View commit details
    Browse the repository at this point in the history
  2. Switch to JUnit 5

    POM has been configured to compile and run unit tests with Java 11 (because
    JUnit 5 requires at least Java 8). However, IDEs might not support different
    Java versions for main code and test code.
    
    Another issue is that the proto module uses Google Truth which has JUnit 4 as
    transitive dependency.
    Marcono1234 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    e610924 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55bb8fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ce8fdfb View commit details
    Browse the repository at this point in the history