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

Apply spotless #17

Merged
merged 8 commits into from
Feb 9, 2024
Merged

Apply spotless #17

merged 8 commits into from
Feb 9, 2024

Commits on Feb 9, 2024

  1. Apply spotless

    Pretty much same scheme as in Maven project:
    * check runs in build and will fail it if not properly formatted
    * mvn spotless:apply to format (or -P format)
    cstamas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    5cb6250 View commit details
    Browse the repository at this point in the history
  2. Move to Java 11 build time

    cstamas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7bb6ae0 View commit details
    Browse the repository at this point in the history
  3. Adjust CI as well

    cstamas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    c5c4cc8 View commit details
    Browse the repository at this point in the history
  4. Require java

    cstamas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    3c1faa8 View commit details
    Browse the repository at this point in the history
  5. Drop unused

    cstamas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    7517252 View commit details
    Browse the repository at this point in the history
  6. Add dependabot

    cstamas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    254e8ba View commit details
    Browse the repository at this point in the history
  7. Use new GH action

    cstamas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    2b2e39d View commit details
    Browse the repository at this point in the history
  8. Update mycila config

    cstamas committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    4fe1080 View commit details
    Browse the repository at this point in the history