mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-12-15 21:22:00 +03:00
Merge pull request #4483 from nextcloud/renovate/org.jlleitschuh.gradle-ktlint-gradle-12.x
Update dependency org.jlleitschuh.gradle:ktlint-gradle to v12.1.2
This commit is contained in:
commit
43a49494ae
2 changed files with 9 additions and 1 deletions
|
@ -27,7 +27,7 @@ buildscript {
|
||||||
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
|
classpath "org.jetbrains.kotlin:kotlin-serialization:${kotlinVersion}"
|
||||||
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.26'
|
classpath 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.26'
|
||||||
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
|
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.7"
|
||||||
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.1"
|
classpath "org.jlleitschuh.gradle:ktlint-gradle:12.1.2"
|
||||||
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
classpath "com.google.dagger:hilt-android-gradle-plugin:$hilt_version"
|
||||||
|
|
||||||
// NOTE: Do not place your application dependencies here; they belong
|
// NOTE: Do not place your application dependencies here; they belong
|
||||||
|
|
|
@ -6507,6 +6507,14 @@
|
||||||
<sha256 value="748378699d6028dab55c6cf7e4cc663aa992e9dd2c90c19a3a92dabaf1700d8a" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
<sha256 value="748378699d6028dab55c6cf7e4cc663aa992e9dd2c90c19a3a92dabaf1700d8a" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||||
</artifact>
|
</artifact>
|
||||||
</component>
|
</component>
|
||||||
|
<component group="org.jlleitschuh.gradle" name="ktlint-gradle" version="12.1.2">
|
||||||
|
<artifact name="ktlint-gradle-12.1.2.jar">
|
||||||
|
<sha256 value="8a1dcadb7087be4beb158e4cf77cc4d430084382ac8a5d8c3706ac620a7b329c" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||||
|
</artifact>
|
||||||
|
<artifact name="ktlint-gradle-12.1.2.module">
|
||||||
|
<sha256 value="6079d4cc37b4b49d519e84d82723759805d8d8a8fac1d1566185ae167773517e" origin="Generated by Gradle" reason="Artifact is not signed"/>
|
||||||
|
</artifact>
|
||||||
|
</component>
|
||||||
<component group="org.junit" name="junit-bom" version="5.10.2">
|
<component group="org.junit" name="junit-bom" version="5.10.2">
|
||||||
<artifact name="junit-bom-5.10.2.pom">
|
<artifact name="junit-bom-5.10.2.pom">
|
||||||
<sha256 value="169dd904a4b0f6520cffe658cc62292bfe9f3c14a989fa92120724cde43a9968" origin="Generated by Gradle"/>
|
<sha256 value="169dd904a4b0f6520cffe658cc62292bfe9f3c14a989fa92120724cde43a9968" origin="Generated by Gradle"/>
|
||||||
|
|
Loading…
Reference in a new issue