Update Gradle and dependencies (#157)
This commit is contained in:
parent
85c6cf0429
commit
a100755322
|
|
@ -1,7 +1,7 @@
|
|||
plugins {
|
||||
`kotlin-dsl`
|
||||
// When updating, update below in dependencies too
|
||||
id("com.diffplug.spotless") version "6.0.0"
|
||||
id("com.diffplug.spotless") version "6.0.5"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
@ -12,7 +12,7 @@ repositories {
|
|||
|
||||
dependencies {
|
||||
// When updating, update above in plugins too
|
||||
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.0.0")
|
||||
implementation("com.diffplug.spotless:spotless-plugin-gradle:6.0.5")
|
||||
implementation("net.ltgt.gradle:gradle-errorprone-plugin:2.0.2")
|
||||
implementation("net.ltgt.gradle:gradle-nullaway-plugin:1.2.0")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
|
||||
distributionSha256Sum=b586e04868a22fd817c8971330fec37e298f3242eb85c374181b12d637f80302
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionSha256Sum=de8f52ad49bdc759164f72439a3bf56ddb1589c4cde802d3cec7d6ad0e0ee410
|
||||
|
|
@ -1,7 +1,8 @@
|
|||
pluginManagement {
|
||||
plugins {
|
||||
id("com.github.ben-manes.versions") version "0.39.0"
|
||||
id("com.github.johnrengelman.shadow") version "7.1.0"
|
||||
id("com.github.johnrengelman.shadow") version "7.1.1"
|
||||
id("com.gradle.enterprise") version "3.8"
|
||||
id("org.unbroken-dome.test-sets") version "4.0.0"
|
||||
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
|
||||
id("nebula.release") version "16.0.0"
|
||||
|
|
@ -9,7 +10,7 @@ pluginManagement {
|
|||
}
|
||||
|
||||
plugins {
|
||||
id("com.gradle.enterprise") version "3.6.3"
|
||||
id("com.gradle.enterprise")
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
|
|
|
|||
Loading…
Reference in New Issue