File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ val copyGradleScripts by tasks.registering(Copy::class) {
152
152
into(" lib/scripts/" )
153
153
}
154
154
from(commonComponents) {
155
- into(" lib/scripts/build-scan-clients /" )
155
+ into(" lib/develocity /" )
156
156
}
157
157
into(layout.buildDirectory.dir(" scripts/gradle" ))
158
158
}
@@ -195,7 +195,7 @@ val copyMavenScripts by tasks.registering(Copy::class) {
195
195
into(" lib/scripts/" )
196
196
}
197
197
from(commonComponents) {
198
- into(" lib/scripts/build-scan-clients /" )
198
+ into(" lib/develocity /" )
199
199
}
200
200
from(mavenComponents) {
201
201
into(" lib/scripts/maven-libs/" )
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- readonly FETCH_BUILD_SCAN_DATA_JAR=" ${LIB_DIR} /build-scan-clients /build-scan-summary-${SUMMARY_VERSION} .jar"
3
+ readonly FETCH_BUILD_SCAN_DATA_JAR=" ${SCRIPT_DIR} /lib/develocity /build-scan-summary-${SUMMARY_VERSION} .jar"
4
4
5
5
# This is a helper function for the common pattern of reading Build Scan metadata
6
6
# from the build-scans.csv file, then retrieving build metrics using the Gradle
You can’t perform that action at this time.
0 commit comments