File tree 5 files changed +5
-5
lines changed
common-develocity-gradle-configuration-groovy
common-develocity-gradle-configuration-kotlin
convention-develocity-gradle-plugin/plugins
convention-develocity-shared/convention-develocity-gradle-plugin
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id ' com.gradle.develocity' version ' 3.19.2'
3
- id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.2'
3
+ id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.2.1 '
4
4
}
5
5
6
6
def isCI = System . getenv(' CI' ) != null // adjust to your CI provider
Original file line number Diff line number Diff line change 1
1
plugins {
2
2
id(" com.gradle.develocity" ) version " 3.19.2"
3
- id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 2.2"
3
+ id(" com.gradle.common-custom-user-data-gradle-plugin" ) version " 2.2.1 "
4
4
}
5
5
6
6
val isCI = System .getenv(" CI" ) != null // adjust to your CI provider
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repositories {
14
14
dependencies {
15
15
// must not be newer than 1.16 to be compatible with Gradle 2.x - 4.x
16
16
implementation " com.gradle:build-scan-plugin:1.16"
17
- implementation ' com.gradle:common-custom-user-data-gradle-plugin:2.2'
17
+ implementation ' com.gradle:common-custom-user-data-gradle-plugin:2.2.1 '
18
18
}
19
19
20
20
java {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ repositories {
13
13
14
14
dependencies {
15
15
implementation ' com.gradle:develocity-gradle-plugin:3.19.2'
16
- implementation ' com.gradle:common-custom-user-data-gradle-plugin:2.2'
16
+ implementation ' com.gradle:common-custom-user-data-gradle-plugin:2.2.1 '
17
17
}
18
18
19
19
java {
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ repositories {
10
10
11
11
dependencies {
12
12
implementation(" com.gradle:develocity-gradle-plugin:3.19.2" )
13
- implementation(" com.gradle:common-custom-user-data-gradle-plugin:2.2" )
13
+ implementation(" com.gradle:common-custom-user-data-gradle-plugin:2.2.1 " )
14
14
implementation(project(" :convention-develocity-common" ))
15
15
}
16
16
You can’t perform that action at this time.
0 commit comments