gradle: update dependencies
This commit is contained in:
11
build.gradle
11
build.gradle
@@ -16,14 +16,11 @@ compileJava {
|
|||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenLocal()
|
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url 'https://hub.spigotmc.org/nexus/content/groups/public' }
|
maven { url 'https://hub.spigotmc.org/nexus/content/groups/public' }
|
||||||
maven { url 'https://dmx-mc-project.gitlab.io/maven-repository/' }
|
|
||||||
maven { url "https://gitlab.com/api/v4/projects/${gitlab_projectid}/packages/maven" }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
def lombokVersion = '1.18.20'
|
def lombokVersion = '1.18.22'
|
||||||
def junitVersion = '5.8.1'
|
def junitVersion = '5.8.1'
|
||||||
def bukkitVersion = '1.12.2-R0.1-SNAPSHOT'
|
def bukkitVersion = '1.12.2-R0.1-SNAPSHOT'
|
||||||
|
|
||||||
@@ -38,12 +35,12 @@ dependencies {
|
|||||||
exclude(module: 'snakeyaml')
|
exclude(module: 'snakeyaml')
|
||||||
}
|
}
|
||||||
implementation('org.apache.commons:commons-text:1.9')
|
implementation('org.apache.commons:commons-text:1.9')
|
||||||
implementation('org.jooq:joor-java-8:0.9.13')
|
implementation('org.jooq:joor-java-8:0.9.14')
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
|
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
|
||||||
testImplementation('org.mockito:mockito-core:3.12.4')
|
testImplementation('org.mockito:mockito-core:4.0.0')
|
||||||
testImplementation('org.jooq:joor-java-8:0.9.13')
|
testImplementation('org.jooq:joor-java-8:0.9.14')
|
||||||
testImplementation("org.bukkit:bukkit:$bukkitVersion") {
|
testImplementation("org.bukkit:bukkit:$bukkitVersion") {
|
||||||
exclude(module: 'gson')
|
exclude(module: 'gson')
|
||||||
exclude(module: 'json-simple')
|
exclude(module: 'json-simple')
|
||||||
|
|||||||
Reference in New Issue
Block a user