mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-07 14:35:29 +01:00
Fix nightly-url logic.
This commit is contained in:
committed by
Cody Henthorne
parent
276285ebef
commit
7fa1403cff
@@ -675,7 +675,7 @@ tasks.withType<Test>().configureEach {
|
||||
|
||||
gradle.taskGraph.whenReady {
|
||||
if (gradle.startParameter.taskNames.any { it.contains("nightly", ignoreCase = true) }) {
|
||||
if (!file("nightly-url.txt").exists()) {
|
||||
if (!file("${project.rootDir}/nightly-url.txt").exists()) {
|
||||
throw GradleException("Missing required file: nightly-url.txt")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user