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

Fix build errors and update dependencies #23

Merged
merged 3 commits into from
Sep 6, 2024

Commits on Sep 6, 2024

  1. Remove lockfile and gradle integrity checking

    Yeah, not recommended in most cases but this software is not intended for production use. Gradle integrity checking has issues and does not work efficiently cross-platform, so going to prioritize buildability over integrity.
    mrautio committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    b269d4a View commit details
    Browse the repository at this point in the history
  2. Use Alpine Linux 3.20

    Not using 'latest' because it may break builds suddenly, for example, because Gradle 9.0 is released or needed java versiondeprecated or something
    mrautio committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    4bd8c03 View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    mrautio committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0264af4 View commit details
    Browse the repository at this point in the history