X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=build.gradle;h=4fd4adabb835e107629e63186a3a5422e55d755b;hp=3a2f0020fc50379af9a120106c318c982558154a;hb=6d9add74f45486ca976c63180cf1c8296a67e66e;hpb=bfc5ea58b53dd2444f9d79cbdd4a6387ec839334 diff --git a/build.gradle b/build.gradle index 3a2f002..4fd4ada 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ group = 'net.pterodactylus' version = '80' buildscript { - ext.kotlinVersion = '1.3.41' + ext.kotlinVersion = '1.3.50' repositories { mavenCentral() } @@ -54,6 +54,7 @@ dependencies { compile group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2' compile group: 'org.jsoup', name: 'jsoup', version: '1.10.2' compile group: 'io.dropwizard.metrics', name: 'metrics-core', version: '4.1.0' + compile group: 'javax.activation', name: 'javax.activation-api', version: '1.2.0' testCompile group: 'org.jetbrains.kotlin', name: 'kotlin-test-junit' testCompile group: 'junit', name: 'junit', version: '4.11' @@ -89,7 +90,7 @@ javadoc { apply plugin: 'jacoco' jacoco { - toolVersion = '0.7.9' + toolVersion = '0.8.4' } jacocoTestReport.dependsOn test