commit | d3906c67b620d1defb6c6c8f183d7cad8e296757 | [log] [tgz] |
---|---|---|
author | Aurimas Liutikas <[email protected]> | Tue May 17 17:36:56 2022 -0700 |
committer | Aurimas Liutikas <[email protected]> | Tue May 24 10:44:53 2022 -0700 |
tree | 6186fe7e7284bfef3238907fd3bc3670249d3acd | |
parent | 342a5dcae66dbb94da4d35d7334294361c918c8c [diff] [blame] |
Start recording additional values to build scan - androidx.compose.multiplatformEnabled - androidx.projects - androidx.useMaxDepVersions This will allow to easier determine the set up that user ran from. Test: ./gradlew tasks with a couple of values https://ge.androidx.dev/s/fg4qeh5hmumhg/custom-values https://ge.androidx.dev/s/gyorfvpsqvytc/custom-values Change-Id: I878df256d3c5863752883225556ffa5a179667ff
diff --git a/settings.gradle b/settings.gradle index 7c5dee4..960324a 100644 --- a/settings.gradle +++ b/settings.gradle
@@ -86,6 +86,10 @@ value("BUILD_NUMBER", buildNumber) link("ci.android.com build", "https://ci.android.com/builds/branches/aosp-androidx-main/grid?head=$buildNumber&tail=$buildNumber") } + value("androidx.compose.multiplatformEnabled", isMultiplatformEnabled().toString()) + value("androidx.projects", getRequestedProjectSubsetName() ?: "Unset") + value("androidx.useMaxDepVersions", providers.gradleProperty("androidx.useMaxDepVersions").isPresent().toString()) + // Do not publish scan for androidx-platform-dev // publishAlways() // publishIfAuthenticated()