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

Gradle update

parent da419872
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ dependencies {
compile 'org.slf4j:slf4j-api:1.7.21'
compile files('../L2J_Server/dist/libs/mmocore.jar')
compile project(':L2J_Server')
testCompile 'org.mockito:mockito-all:2.0.2-beta'
testCompile 'org.testng:testng:6.9.10'
testCompile 'org.mockito:mockito-core:2.3.0'
testCompile 'org.testng:testng:6.10'
}
task zip(type: Zip) {
......@@ -39,7 +39,7 @@ task zip(type: Zip) {
build.finalizedBy(zip)
task wrapper(type: Wrapper) {
gradleVersion = '3.1'
gradleVersion = '3.2.1'
}
eclipse {
......
......@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.2.1-bin.zip
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