File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
18
- - uses : JetBrains/qodana-action@v4.1.1
18
+ - uses : JetBrains/qodana-action@v4.2.2
19
19
with :
20
20
linter : jetbrains/qodana-jvm-android:latest
21
21
fail-threshold : 10
Original file line number Diff line number Diff line change @@ -15,11 +15,11 @@ buildscript {
15
15
dependencies {
16
16
classpath(" com.android.tools.build:gradle:7.0.4" )
17
17
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
18
- classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.0.5 " )
18
+ classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.2.0 " )
19
19
classpath(" dev.ahmedmourad.nocopy:nocopy-gradle-plugin:1.4.0" )
20
20
classpath(" org.jacoco:org.jacoco.core:0.8.7" )
21
21
classpath(" com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT" )
22
- classpath(" com.github.ben-manes:gradle-versions-plugin:0.39 .0" )
22
+ classpath(" com.github.ben-manes:gradle-versions-plugin:0.41 .0" )
23
23
}
24
24
}
25
25
You can’t perform that action at this time.
0 commit comments