2.04 json dict doc from (key).tsv | 从 键名.tsv 中读取 json 的字典注释 fixed #12
This commit is contained in:
@@ -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+
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user