| commit | a53525b8d300114247d5c6302449e9e08b7eebb6 | [log] [tgz] |
|---|---|---|
| author | Aurimas Liutikas <[email protected]> | Fri Feb 25 16:23:45 2022 -0800 |
| committer | Aurimas Liutikas <[email protected]> | Fri Feb 25 16:28:34 2022 -0800 |
| tree | f74a9c365746aad49ede79cef6c8600f61df4091 | |
| parent | f4f90af935e11ea6f9d8e6c3f021572c524f81f1 [diff] [blame] |
Enable uploading scans if user is authenticated to Gradle Enterprise. Test: ./gradlew tasks (after authentication) -> https://ge.androidx.dev/s/ve2a4yzoa7nxo same command without it, log saying scan was not published. Change-Id: Iae565c00c0e66b2ce8a77bfd5c10585b1ddf45f7
diff --git a/settings.gradle b/settings.gradle index e56a7db..6169927 100644 --- a/settings.gradle +++ b/settings.gradle
@@ -49,6 +49,8 @@ value("BUILD_NUMBER", buildNumber) link("ci.android.com build", "https://ci.android.com/builds/branches/aosp-androidx-main/grid?head=$buildNumber&tail=$buildNumber") } + publishAlways() + publishIfAuthenticated() } }