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

Refactor: Update build.gradle and fix import order in SelJodaDateTimePropertyTest to pass Spotless check #57

Merged
merged 3 commits into from
Jul 30, 2024

Commits on Jul 26, 2024

  1. chore: Update build.gradle

    - If the developer's computer environment is not set to English, running Unit Tests may result in errors.
    HankGuo93 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    bc06c49 View commit details
    Browse the repository at this point in the history
  2. fix: Correct import order to pass Spotless check in SelJodaDateTimePr…

    …opertyTest
    
    - Adjusted the order of imports to comply with Spotless formatting rules.
    - Ran `./gradlew :netflix-sel:spotlessApply` to automatically fix format violations.
    HankGuo93 committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    f106037 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. chore: remove specific args from test.jvmArgs

    - Removed "-Duser.language=en" and "-Duser.country=US"
    HankGuo93 committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    91bbb93 View commit details
    Browse the repository at this point in the history