Skip to content

Gradle

Gradle #1

Triggered via pull request September 13, 2023 11:12
@tiulpintiulpin
synchronize #191
gradle
Status Failure
Total duration 9m 22s
Artifacts

code-quality.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error, 2 warnings, and 2 notices
qodana-pr
qodana scan failed with exit code 127
Usage of redundant or deprecated syntax or deprecated symbols: src/main/kotlin/org/jetbrains/qodana/Qodana.kt#L39
'toLowerCase(): String' is deprecated. Use lowercase() instead.
Usage of redundant or deprecated syntax or deprecated symbols: src/main/kotlin/org/jetbrains/qodana/Qodana.kt#L29
'toLowerCase(): String' is deprecated. Use lowercase() instead.
Function or property has platform type: build.gradle.kts#L6
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.
Function or property has platform type: build.gradle.kts#L5
Declaration has type inferred from a platform call, which can lead to unchecked nullability issues. Specify type explicitly as nullable or non-nullable.