From b71394540e9f50c62a2c540b65fc2e03d694b66e Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 26 May 2020 19:41:55 -0400 Subject: [PATCH] Update Gradle --- .idea/compiler.xml | 6 ++++++ .idea/misc.xml | 5 ++++- build.gradle.kts | 8 ++++++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 .idea/compiler.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..fb7f4a8 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index e6da7a6..6d5ded3 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,10 +1,13 @@ + + + - + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index 47d1c0a..ad40615 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,9 +34,13 @@ application { tasks { compileKotlin { - kotlinOptions.jvmTarget = "13" + kotlinOptions.jvmTarget = "11" } compileTestKotlin { - kotlinOptions.jvmTarget = "13" + kotlinOptions.jvmTarget = "11" } +} + +tasks.named("wrapper") { + distributionType = Wrapper.DistributionType.ALL } \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 4c5803d..21e622d 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-6.4-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.4.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists