Replace .pack.gz with .pack.xz

This commit is contained in:
yushijinhun
2018-08-05 01:02:42 +08:00
parent ace830bced
commit 2b8843ca19
4 changed files with 25 additions and 13 deletions

View File

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