Merge branch 'rewrite-upgrade' of https://github.com/yushijinhun/HMCL into rewrite-upgrade

This commit is contained in:
huanghongxun
2018-08-07 22:18:58 +08:00
34 changed files with 1218 additions and 756 deletions

View File

@@ -19,14 +19,17 @@
group 'org.jackhuang'
version '3.0'
repositories {
mavenCentral()
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'org.tukaani:xz:1.8'
}
}
allprojects {
group 'org.jackhuang'
version '3.0'
subprojects {
apply plugin: 'java'
apply plugin: 'idea'