We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90a7203 commit 8721a55Copy full SHA for 8721a55
build.gradle.kts
@@ -15,7 +15,7 @@ group = "com.gradle"
15
repositories {
16
maven {
17
name = "Solutions"
18
- url = uri("https://repo.grdev.net/artifactory/solutions")
+ url = uri("https://repo.grdev.net/artifactory/enterprise-libs-snapshots-local")
19
credentials {
20
username = providers
21
.environmentVariable("GRADLE_SOLUTIONS_REPOSITORY_USERNAME")
@@ -56,7 +56,7 @@ val isDevelopmentRelease = !hasProperty("finalRelease")
56
val releaseVersion = releaseVersion()
57
val releaseNotes = releaseNotes()
58
val distributionVersion = distributionVersion()
59
-val buildScanSummaryVersion = "0.9-2023.2"
+val buildScanSummaryVersion = "0.9-2024.1.1-20240503130149"
60
61
allprojects {
62
version = releaseVersion.get()
0 commit comments