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

Updated gradle script, Ukrainian & Belarusian translation, some 1.21 blocks logging, smaller jar size, etc. #301

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

MeiNanziiii
Copy link
Contributor

@MeiNanziiii MeiNanziiii commented Jan 14, 2025

Full changelog:

  • Updated gradle script now uses transitive including instead of shadowing dependencies, reducing jar size by ~2mb, also updated script fixes exception which throws when installed other mods which uses transitive including
    java.lang.NoSuchMethodError: 'com.github.quiltservertools.libs.com.fasterxml.jackson.databind.ObjectMapper com.uchuhimo.konf.Config.getMapper()'
    
  • Replaced usage of deprecated functions with their new equivalents
  • Now uses MigrationUtils from org.jetbrains.exposed:exposed-migration (SchemaUtils is deprecated)
  • Updated dependencies:
    • Kotlin: 2.0.0 → 2.1.0
    • Fabric Language Kotlin: 1.11.0+kotlin.2.0.0 → 1.13.0+kotlin.2.1.0
    • Exposed: 0.46.0 → 0.58.0 (also this fixed next error)
      java.lang.IllegalStateException: com.github.quiltservertools.ledger.database.Tables$Players.id is not in record set
      
    • Sqlite JDBC: 3.44.1.0 → 3.47.2.0
    • Detekt: 1.23.6 → 1.23.7 (also renamed detect to detekt in libs.versions.toml)
    • Gradle: 1.10 → 1.12
    • Loom: 1.7 → 1.9
  • Updated Ukrainian translation (uk_ua.json)
  • Added Belarusian language and it Latin variant (be_by.json and be_latn.json)
  • Button (click) and decorated pot (item insert and projectile hit) logging
  • Replaced LocalCapture.CAPTURE_FAILEXCEPTION in mixins with @Local

@MeiNanziiii MeiNanziiii requested a review from a team as a code owner January 14, 2025 11:53
@MeiNanziiii MeiNanziiii changed the title Updated gradle script, Ukrainian translation, some 1.21 blocks logging, smaller jar size, etc. Updated gradle script, Ukrainian & Belarusian translation, some 1.21 blocks logging, smaller jar size, etc. Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant