Add Modrinth platform integration (#13)

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: jie65535 <[email protected]>
This commit is contained in:
Copilot
2026-03-11 14:37:32 +08:00
committed by GitHub
co-authored by copilot-swe-agent[bot] <198982749+[email protected]> jie65535
parent 1ffd53cab1
commit 2709492646
19 changed files with 1308 additions and 24 deletions
+4 -1
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")
}