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 @@ -50,7 +50,7 @@ tasks.withType(Test).configureEach {
50
50
51
51
def testGradleVersion = findProperty(' testGradleVersion' ) ?: GradleVersion . current(). version
52
52
systemProperty ' testContext.gradleVersion' , testGradleVersion
53
- buildScan. value(identityPath. path + " #gradleVersion" , testGradleVersion)
53
+ project . develocity . buildScan. value(identityPath. path + " #gradleVersion" , testGradleVersion)
54
54
}
55
55
56
56
tasks. withType(Jar ). configureEach {
Original file line number Diff line number Diff line change 1
1
plugins {
2
- id ' com.gradle.develocity' version ' 3.19.2 '
2
+ id ' com.gradle.develocity' version ' 4.0 '
3
3
id ' com.gradle.common-custom-user-data-gradle-plugin' version ' 2.2.1'
4
4
id ' org.gradle.toolchains.foojay-resolver-convention' version ' 0.9.0'
5
5
}
You can’t perform that action at this time.
0 commit comments