Skip to content

Commit

Permalink
chore: upgrade Kotlin to 1.4.30
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald Holshausen committed Feb 12, 2021
1 parent 295d0c0 commit cd446ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ buildscript {
}

plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.21'
// id 'org.jmailen.kotlinter' version '3.2.0'
id 'org.jetbrains.kotlin.jvm' version '1.4.30'
id 'io.gitlab.arturbosch.detekt' version '1.14.1'
id 'org.jetbrains.dokka' version '1.4.10' apply false
id 'org.javamodularity.moduleplugin' version '1.7.0' apply false
Expand Down Expand Up @@ -60,7 +59,6 @@ subprojects {
apply plugin: 'jacoco'
}
apply plugin: 'org.jetbrains.kotlin.jvm'
// apply plugin: 'org.jmailen.kotlinter'
apply plugin: 'io.gitlab.arturbosch.detekt'
if (System.env.CI != 'true') {
apply plugin: 'org.jetbrains.dokka'
Expand Down Expand Up @@ -216,11 +214,6 @@ subprojects {
check.dependsOn << 'jacocoTestReport'
}

// kotlinter {
// indentSize = 2
// reporters = ['checkstyle', 'plain', 'json']
// }

detekt {
failFast = false
config = files(rootProject.file("config/detekt-config.yml"))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
groovyVersion=3.0.7
groovy2Version=2.5.10
kotlinVersion=1.4.21
kotlinVersion=1.4.30
httpBuilderVersion=1.0.4
commonsLang3Version=3.4
httpClientVersion=4.5.13
Expand Down

0 comments on commit cd446ee

Please sign in to comment.