File tree 5 files changed +5
-5
lines changed
build-caching-maven-samples
common-develocity-gradle-configuration-groovy
common-develocity-gradle-configuration-kotlin
convention-develocity-gradle-plugin/plugins/gradle-5-or-newer
convention-develocity-shared/convention-develocity-gradle-plugin
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 48
48
<plugin >
49
49
<groupId >org.apache.maven.plugins</groupId >
50
50
<artifactId >maven-clean-plugin</artifactId >
51
- <version >3.4.0 </version >
51
+ <version >3.4.1 </version >
52
52
</plugin >
53
53
<plugin >
54
54
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.gradle.develocity' version ' 3.19.1 '
2
+ id ' com.gradle.develocity' version ' 3.19.2 '
3
3
id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.1'
4
4
}
5
5
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id(" com.gradle.develocity" ) version " 3.19.1 "
2
+ id(" com.gradle.develocity" ) version " 3.19.2 "
3
3
id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 2.1"
4
4
}
5
5
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ repositories {
12
12
}
13
13
14
14
dependencies {
15
- implementation ' com.gradle:develocity-gradle-plugin:3.19.1 '
15
+ implementation ' com.gradle:develocity-gradle-plugin:3.19.2 '
16
16
implementation ' com.gradle:common-custom-user-data-gradle-plugin:2.1'
17
17
}
18
18
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ repositories {
9
9
}
10
10
11
11
dependencies {
12
- implementation(" com.gradle:develocity-gradle-plugin:3.19.1 " )
12
+ implementation(" com.gradle:develocity-gradle-plugin:3.19.2 " )
13
13
implementation(" com.gradle:common-custom-user-data-gradle-plugin:2.1" )
14
14
implementation(project(" :convention-develocity-common" ))
15
15
}
You can’t perform that action at this time.
0 commit comments