Reconstruct codes

This commit is contained in:
huangyuhui
2016-05-13 18:25:55 +08:00
parent 2862e3a6ee
commit ce721c2e09
297 changed files with 56 additions and 22 deletions

View File

@@ -64,18 +64,18 @@ retrolambda {
}
dependencies {
compile project(":HMCLAPI")
compile project(":MetroLookAndFeel")
compile ('org.jyaml:jyaml:1.3')
compile project(":HMCLaF")
compile project(":HMCUtils")
compile ("org.jyaml:jyaml:1.3")
compile ("org.tukaani:xz:1.5")
compile ('org.jsoup:jsoup:1.7.2')
compile ("org.jsoup:jsoup:1.7.2")
}
jar {
from { configurations.compile.collect { it.isDirectory() ? it : zipTree(it) } }
manifest {
attributes 'Created-By' : 'Copyright(c) 2014 huangyuhui.',
attributes 'Created-By' : "Copyright(c) 2014 huangyuhui.",
'Main-Class' : mainClass
}
}