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:1.6.0" )
18
- implementation(" com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16.1 " )
18
+ implementation(" com.gradle.enterprise:com.gradle.enterprise.gradle.plugin:3.16.2 " )
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.16.1 "
4
+ id(" com.gradle.enterprise" ) version " 3.16.2 "
5
5
id(" io.github.gradle-nexus.publish-plugin" ) version " 1.3.0"
6
6
}
7
7
}
You can’t perform that action at this time.
0 commit comments