Skip to content

Commit 76f701f

Browse files
committed
Switch to pulling the build-scan-summary jar from a remote maven repo
1 parent 85ab32c commit 76f701f

File tree

3 files changed

+2
-95
lines changed

3 files changed

+2
-95
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repositories {
3131
}
3232
exclusiveContent {
3333
forRepository {
34-
maven("file://${layout.projectDirectory.dir("components/develocity").asFile.path}")
34+
maven("https://repo.gradle.org/artifactory/solutions")
3535
}
3636
filter {
3737
includeModule("com.gradle", "build-scan-summary")
@@ -45,7 +45,7 @@ val isDevelopmentRelease = !hasProperty("finalRelease")
4545
val releaseVersion = releaseVersion()
4646
val releaseNotes = releaseNotes()
4747
val distributionVersion = distributionVersion()
48-
val buildScanSummaryVersion = "1.0-2024.1-20240529162525"
48+
val buildScanSummaryVersion = "1.0-2024.1"
4949

5050
allprojects {
5151
version = releaseVersion.get()

components/develocity/com/gradle/build-scan-summary/1.0-2024.1-20240529162525/build-scan-summary-1.0-2024.1-20240529162525.pom

Lines changed: 0 additions & 93 deletions
This file was deleted.

0 commit comments

Comments
 (0)