Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Fix error message (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrouget authored and MortimerGoro committed Jan 8, 2019
1 parent 7e4f6fc commit 3d8b97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geckoview-local/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def addArtifact(path) {
if (aar.exists()) {
artifacts.add('default', aar)
} else {
throw new GradleException('Failed to find GeckoView AAR at: ' + gradle.geckoViewLocal)
throw new GradleException('Failed to find GeckoView AAR at: ' + path)
}
}

Expand Down

0 comments on commit 3d8b97e

Please sign in to comment.