X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=build.gradle;h=9ae8a2b0b7c1ab4810662dd51ff90727e7f304df;hb=2a547873ad3a4b2a3b188375bdf55647c5c15094;hp=e8e89c26dc84d8b052773f0b647f0682b606388f;hpb=beda6b46bb20379f24b6e1ffc8f0229ad22727b7;p=rhynodge.git diff --git a/build.gradle b/build.gradle index e8e89c2..9ae8a2b 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ sourceCompatibility = 1.8 targetCompatibility = 1.8 buildscript { - ext.kotlinVersion = '1.0.2' + ext.kotlinVersion = '1.1.1' repositories { mavenCentral() @@ -93,4 +93,8 @@ war { dependsOn(test) } +jacoco { + toolVersion = "0.7.6.201602180812" +} + /* vim: set ts=4 sw=4 et: */