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

Unit test fixes #525

Merged
merged 3 commits into from Jun 4, 2020
Merged

Unit test fixes #525

merged 3 commits into from Jun 4, 2020

Commits on Jun 3, 2020

  1. Changes to make the Gradle work

    - commented `java() {...}` within build.gradle
    - added following files
       1. gradlew
       2. gradlew.bat (for windows)
       3. gradle/wrapper/gradle-wrapper.properties (for ./gradlew command execution)
       4. gradle/wrapper/gradle-wrapper.jar (for ./gradlew command execution)
    viveksacademia4git authored and John J. Aylward committed Jun 3, 2020
    Copy the full SHA
    4b84ba2 View commit details
    Browse the repository at this point in the history
  2. revert changes to build.gradle

    John J. Aylward committed Jun 3, 2020
    Copy the full SHA
    75f656f View commit details
    Browse the repository at this point in the history
  3. fix failing test case in Java1.7

    John J. Aylward committed Jun 3, 2020
    Copy the full SHA
    b6ed0d4 View commit details
    Browse the repository at this point in the history