|
@@ -17,6 +17,10 @@ repositories {
|
|
mavenCentral()
|
|
mavenCentral()
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+configurations.all {
|
|
|
|
+ transitive = false
|
|
|
|
+}
|
|
|
|
+
|
|
dependencies {
|
|
dependencies {
|
|
compile 'org.slf4j:slf4j-api:1.7.12'
|
|
compile 'org.slf4j:slf4j-api:1.7.12'
|
|
compile files('../L2J_Server/dist/libs/mmocore.jar')
|
|
compile files('../L2J_Server/dist/libs/mmocore.jar')
|
|
@@ -32,6 +36,8 @@ task zip(type: Zip) {
|
|
println 'Build in build/distributions/' + fileName + '.zip'
|
|
println 'Build in build/distributions/' + fileName + '.zip'
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+build.finalizedBy(zip)
|
|
|
|
+
|
|
task wrapper(type: Wrapper) {
|
|
task wrapper(type: Wrapper) {
|
|
gradleVersion = '2.6-rc-1'
|
|
gradleVersion = '2.6-rc-1'
|
|
}
|
|
}
|