File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ dependencies {
15
15
implementation(" com.diffplug.spotless:spotless-plugin-gradle:6.25.0" )
16
16
implementation(" net.ltgt.gradle:gradle-errorprone-plugin:3.1.0" )
17
17
implementation(" net.ltgt.gradle:gradle-nullaway-plugin:2.0.0" )
18
- implementation(" com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17" )
18
+ implementation(" com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.17.1 " )
19
19
}
20
20
21
21
spotless {
Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
plugins {
3
3
id(" com.github.johnrengelman.shadow" ) version " 8.1.1"
4
- id(" com.gradle.enterprise" ) version " 3.17"
4
+ id(" com.gradle.enterprise" ) version " 3.17.1 "
5
5
id(" io.github.gradle-nexus.publish-plugin" ) version " 2.0.0"
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments