PAN-52 Updated the build.gradle files

This commit is contained in:
2019-03-17 15:37:04 -06:00
parent 6009720d80
commit 6197beb309
3 changed files with 6 additions and 8 deletions
-7
View File
@@ -136,13 +136,6 @@ testSets {
integrationTest
}
compileKotlin {
kotlinOptions.jvmTarget = "1.8"
}
compileTestKotlin {
kotlinOptions.jvmTarget = "1.8"
}
wrapper {
gradleVersion = '5.2.1'
distributionType = Wrapper.DistributionType.ALL