Reconstruct codes
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user