Skip to content

Commit 8721a55

Browse files
committed
TEMP: Update repo and version used to fetch build-scan-summary
1 parent 90a7203 commit 8721a55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ group = "com.gradle"
1515
repositories {
1616
maven {
1717
name = "Solutions"
18-
url = uri("https://repo.grdev.net/artifactory/solutions")
18+
url = uri("https://repo.grdev.net/artifactory/enterprise-libs-snapshots-local")
1919
credentials {
2020
username = providers
2121
.environmentVariable("GRADLE_SOLUTIONS_REPOSITORY_USERNAME")
@@ -56,7 +56,7 @@ val isDevelopmentRelease = !hasProperty("finalRelease")
5656
val releaseVersion = releaseVersion()
5757
val releaseNotes = releaseNotes()
5858
val distributionVersion = distributionVersion()
59-
val buildScanSummaryVersion = "0.9-2023.2"
59+
val buildScanSummaryVersion = "0.9-2024.1.1-20240503130149"
6060

6161
allprojects {
6262
version = releaseVersion.get()

0 commit comments

Comments
 (0)