Add Modrinth platform integration (#13)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: jie65535 <29452349+jie65535@users.noreply.github.com>
This commit is contained in:
Copilot
2026-03-11 14:37:32 +08:00
committed by GitHub
parent 1ffd53cab1
commit 2709492646
19 changed files with 1308 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ plugins {
}
group = "top.jie65535.jcf"
version = "1.1.0"
version = "1.2.0"
repositories {
maven("https://maven.aliyun.com/repository/public")
@@ -19,4 +19,7 @@ dependencies {
// implementation("io.ktor:ktor-client-core:$ktorVersion")
implementation("io.ktor:ktor-client-core-jvm:$ktorVersion")
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")
testImplementation(kotlin("test"))
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.4")
}