mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 18:47:53 +00:00
Backed out changeset a432a8f794b4 (bug 1570764) for toolchain bustages on build.gradle . CLOSED TREE
This commit is contained in:
parent
09055a1aae
commit
8df7891fe5
@ -379,16 +379,8 @@ publishing {
|
||||
}
|
||||
|
||||
scm {
|
||||
if (mozconfig.substs.MOZ_INCLUDE_SOURCE_INFO) {
|
||||
// URL is like "https://hg.mozilla.org/mozilla-central/rev/1e64b8a0c546a49459d404aaf930d5b1f621246a".
|
||||
connection = "scm::hg::${MOZ_SOURCE_REPO}"
|
||||
url = mozconfig.substs.MOZ_SOURCE_URL
|
||||
tag = mozconfig.substs.MOZ_SOURCE_CHANGESET
|
||||
} else {
|
||||
// Default to mozilla-central.
|
||||
connection = 'scm::hg::https://hg.mozilla.org/mozilla-central/'
|
||||
url = 'https://hg.mozilla.org/mozilla-central/'
|
||||
}
|
||||
connection = 'scm::hg::https://hg.mozilla.org/mozilla-central/'
|
||||
url = 'https://hg.mozilla.org/mozilla-central/'
|
||||
}
|
||||
|
||||
// Unfortunately Gradle does not provide a way to expose dependencies for custom
|
||||
|
Loading…
Reference in New Issue
Block a user