File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
18
- - uses : JetBrains/qodana-action@v2022.3.3
18
+ - uses : JetBrains/qodana-action@v2022.3.4
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 @@ -14,13 +14,13 @@ buildscript {
14
14
maven(url = " https://oss.sonatype.org/content/repositories/snapshots" )
15
15
}
16
16
dependencies {
17
- classpath(" com.android.tools.build:gradle:7.4.1 " )
17
+ classpath(" com.android.tools.build:gradle:7.4.2 " )
18
18
classpath(" org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion " )
19
- classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.15 .0" )
19
+ classpath(" com.diffplug.spotless:spotless-plugin-gradle:6.16 .0" )
20
20
classpath(" dev.drewhamilton.poko:poko-gradle-plugin:0.11.0" )
21
21
classpath(" org.jacoco:org.jacoco.core:0.8.8" )
22
22
classpath(" com.vanniktech:gradle-android-junit-jacoco-plugin:0.17.0-SNAPSHOT" )
23
- classpath(" com.github.ben-manes:gradle-versions-plugin:0.45 .0" )
23
+ classpath(" com.github.ben-manes:gradle-versions-plugin:0.46 .0" )
24
24
}
25
25
}
26
26
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.1 -all.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.6-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6.1 -all.zip
4
4
networkTimeout =10000
5
5
zipStoreBase =GRADLE_USER_HOME
6
6
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments