2.04 json dict doc from (key).tsv | 从 键名.tsv 中读取 json 的字典注释 fixed #12

This commit is contained in:
林万程
2022-10-30 18:34:23 +08:00
parent 82d0ade99b
commit c6318f88a2
22 changed files with 184 additions and 94 deletions

View File

@@ -14,13 +14,19 @@ pluginManagement {
}
}
mavenLocal()
maven { name "jetbrains-cache"; url "" }
maven { name "maven-cache"; url "" }
maven { name "jetbrains-cache"; url ""
// allowInsecureProtocol true // 7.0+
}
maven { name "maven-cache"; url ""
// allowInsecureProtocol true // 7.0+
}
}
buildscript {
repositories {
mavenLocal()
maven { name "jetbrains-cache"; url "" }
maven { name "jetbrains-cache"; url ""
// allowInsecureProtocol true // 7.0+
}
}
}
}