deployment: update ModrinthService to use Modrinth4J API and improve version deployment

This commit is contained in:
Oliver
2025-03-29 21:49:25 +01:00
parent 2a32f8aa8c
commit 84adb42dca
2 changed files with 40 additions and 48 deletions

View File

@@ -18,7 +18,9 @@ repositories {
}
dependencies {
compileOnly("com.google.code.gson:gson:2.12.1")
implementation("dev.masecla:Modrinth4J:2.0.0")
implementation("com.google.code.gson:gson:2.12.1")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("org.jetbrains:annotations:26.0.2")