Skip to content
Snippets Groups Projects
Commit b5b8c556 authored by Zoey76's avatar Zoey76
Browse files

Gradle Update

parent d95f80a4
No related branches found
No related tags found
No related merge requests found
...@@ -22,11 +22,15 @@ configurations.all { ...@@ -22,11 +22,15 @@ configurations.all {
} }
dependencies { dependencies {
compile 'org.slf4j:slf4j-api:1.7.21' compile 'org.slf4j:slf4j-api:1.7.23'
compile files('../L2J_Server/dist/libs/mmocore.jar') compile files('../L2J_Server/dist/libs/mmocore.jar')
compile project(':L2J_Server') compile project(':L2J_Server')
testCompile 'org.mockito:mockito-core:2.3.0'
testCompile 'org.testng:testng:6.10' testCompile 'org.testng:testng:6.10'
testCompile 'com.beust:jcommander:1.48'
testCompile 'org.mockito:mockito-core:2.7.9'
testCompile 'net.bytebuddy:byte-buddy:1.6.8'
testCompile 'net.bytebuddy:byte-buddy-agent:1.6.8'
testCompile 'org.objenesis:objenesis:2.5.1'
} }
task zip(type: Zip) { task zip(type: Zip) {
...@@ -39,7 +43,7 @@ task zip(type: Zip) { ...@@ -39,7 +43,7 @@ task zip(type: Zip) {
build.finalizedBy(zip) build.finalizedBy(zip)
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '3.2.1' gradleVersion = '3.3'
} }
eclipse { eclipse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment