File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11plugins {
22 `kotlin- dsl`
33 // When updating, update below in dependencies too
4- id(" com.diffplug.spotless" ) version " 6.2 .2"
4+ id(" com.diffplug.spotless" ) version " 6.4 .2"
55}
66
77repositories {
@@ -12,7 +12,7 @@ repositories {
1212
1313dependencies {
1414 // When updating, update above in plugins too
15- implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.2 .2" )
15+ implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.4 .2" )
1616 implementation(" net.ltgt.gradle:gradle-errorprone-plugin:2.0.2" )
1717 implementation(" net.ltgt.gradle:gradle-nullaway-plugin:1.3.0" )
1818}
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionSha256Sum =8cc27038d5dbd815759851ba53e70cf62e481b87494cc97cfd97982ada5ba634
4- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4-bin.zip
3+ distributionSha256Sum =29e49b10984e585d8118b7d0bc452f944e386458df27371b49b4ac1dec4b7fda
4+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
55zipStoreBase =GRADLE_USER_HOME
6- zipStorePath =wrapper/dists
6+ zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pluginManagement {
22 plugins {
33 id(" com.github.ben-manes.versions" ) version " 0.42.0"
44 id(" com.github.johnrengelman.shadow" ) version " 7.1.2"
5- id(" com.gradle.enterprise" ) version " 3.8.1 "
5+ id(" com.gradle.enterprise" ) version " 3.9 "
66 id(" io.github.gradle-nexus.publish-plugin" ) version " 1.1.0"
77 }
88}
You can’t perform that action at this time.
0 commit comments