mirror of
https://github.com/TheWhiteDog9487/WhoProvideThisKeybind.git
synced 2026-09-22 01:40:27 +08:00
🧹 cleanup: 移除硬编码的测试依赖
This commit is contained in:
+1
-18
@@ -45,24 +45,7 @@ dependencies {
|
||||
implementation("net.fabricmc:fabric-language-kotlin:${providers.gradleProperty("fabric_kotlin_version").get()}")
|
||||
|
||||
implementation("com.terraformersmc:modmenu:${providers.gradleProperty("modmenu_version").get()}")
|
||||
implementation("dev.isxander:yet-another-config-lib:${providers.gradleProperty("yacl_version").get()}")
|
||||
|
||||
// 测试用途 ↓
|
||||
// https://modrinth.com/mod/searchables/versions?l=fabric
|
||||
implementation("maven.modrinth:fuuu3xnx:bvFby61J")
|
||||
// https://modrinth.com/mod/controlling/versions?l=fabric
|
||||
implementation("maven.modrinth:xv94TkTM:rAp2jljs")
|
||||
// https://modrinth.com/mod/notenoughcrashes/versions?l=fabric
|
||||
implementation("maven.modrinth:yM94ont6:3oHxOFPT")
|
||||
// https://modrinth.com/mod/scoreboard-overhaul/versions
|
||||
implementation("maven.modrinth:2YIQkF2v:HI1qkixZ")
|
||||
// https://modrinth.com/plugin/plasmo-voice/versions?l=fabric
|
||||
implementation("maven.modrinth:1bZhdhsH:I0T9OQcy")
|
||||
// https://modrinth.com/mod/first-person-model/versions?l=fabric
|
||||
implementation("maven.modrinth:H5XMjpHi:6sgz2HEq")
|
||||
// https://modrinth.com/mod/entityculling/versions?l=fabric
|
||||
implementation("maven.modrinth:NNAgCjsB:iiF6U3Ne")
|
||||
}
|
||||
implementation("dev.isxander:yet-another-config-lib:${providers.gradleProperty("yacl_version").get()}") }
|
||||
|
||||
tasks.processResources {
|
||||
val version = version
|
||||
|
||||
Reference in New Issue
Block a user