Skip to content

Commit

Permalink
TEMP: Update repo and version used to fetch build-scan-summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jthurne committed May 8, 2024
1 parent 90a7203 commit 8721a55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group = "com.gradle"
repositories {
maven {
name = "Solutions"
url = uri("https://repo.grdev.net/artifactory/solutions")
url = uri("https://repo.grdev.net/artifactory/enterprise-libs-snapshots-local")
credentials {
username = providers
.environmentVariable("GRADLE_SOLUTIONS_REPOSITORY_USERNAME")
Expand Down Expand Up @@ -56,7 +56,7 @@ val isDevelopmentRelease = !hasProperty("finalRelease")
val releaseVersion = releaseVersion()
val releaseNotes = releaseNotes()
val distributionVersion = distributionVersion()
val buildScanSummaryVersion = "0.9-2023.2"
val buildScanSummaryVersion = "0.9-2024.1.1-20240503130149"

allprojects {
version = releaseVersion.get()
Expand Down

0 comments on commit 8721a55

Please sign in to comment.