Skip to content

Commit

Permalink
Update plugin kotlinter to v4.3.0 (#329)
Browse files Browse the repository at this point in the history
* Update plugin kotlinter to v4.3.0

* Fix lint formatting errors

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nelson Osacky <nosacky@gradle.com>
  • Loading branch information
renovate[bot] and runningcode authored Mar 19, 2024
1 parent a417dff commit 1ddd119
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions doctor-plugin/src/main/java/com/osacky/doctor/DoctorPlugin.kt
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,17 @@ class DoctorPlugin : Plugin<Project> {
val kotlinCompileDaemonFallbackDetector = KotlinCompileDaemonFallbackDetector(target, extension)
val list =
listOf(
daemonChecker, javaHomeCheck, garbagePrinter, javaAnnotationTime, downloadSpeedMeasurer, buildCacheConnectionMeasurer,
buildCacheKey, slowerFromCacheCollector, jetifierWarning, javaElevenGC, kotlinCompileDaemonFallbackDetector,
daemonChecker,
javaHomeCheck,
garbagePrinter,
javaAnnotationTime,
downloadSpeedMeasurer,
buildCacheConnectionMeasurer,
buildCacheKey,
slowerFromCacheCollector,
jetifierWarning,
javaElevenGC,
kotlinCompileDaemonFallbackDetector,
)

garbagePrinter.onStart()
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ okio = "com.squareup.okio:okio:3.9.0"
[plugins]
kgp = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
versions = { id = "com.github.ben-manes.versions", version = "0.51.0" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.2.0" }
kotlinter = { id = "org.jmailen.kotlinter", version = "4.3.0" }
plugin-publish = { id = "com.gradle.plugin-publish", version = "1.2.1" }

0 comments on commit 1ddd119

Please sign in to comment.