Closed
Bug 1180605
Opened 10 years ago
Closed 10 years ago
Gradle build fails because of missing dependency: spoon-runner:1.1.10-SNAPSHOT
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
Unspecified
Android
Tracking
(firefox42 fixed)
RESOLVED
FIXED
mozilla42
| Tracking | Status | |
|---|---|---|
| firefox42 | --- | fixed |
People
(Reporter: sebastian, Assigned: sebastian)
References
Details
Attachments
(1 file)
The build process can't find dependency "com.squareup.spoon:spoon-runner:1.1.10-SNAPSHOT".
It's searching the dependency in jcenter.bintray.com, oss.sonatype.org and some local folders.
| Assignee | ||
Comment 1•10 years ago
|
||
jcenter only list spoon-runner 1.1.9 and lower:
* https://jcenter.bintray.com/com/squareup/spoon/spoon-runner/
sonatype lists 1.1.10 as final version and a 1.1.11-snapshot:
* https://oss.sonatype.org/#nexus-search;quick~spoon-runner
Maven central lists 1.1.10 and lower (only stable):
* http://search.maven.org/#search|gav|1|g%3A%22com.squareup.spoon%22%20AND%20a%3A%22spoon-runner%22
Looking at http://square.github.io/spoon/ it seems like 1.1.10 has been released and 1.1.11 is the new snapshot version.
| Assignee | ||
Comment 2•10 years ago
|
||
The dependency comes from our local spoon-gradle-plugin snapshot:
m/a/gradle/m2repo/com/stanfy/spoon/spoon-gradle-plugin/1.0.3-SNAPSHOT/
| Assignee | ||
Comment 3•10 years ago
|
||
Bug 1180605 - spoon-gradle-plugin: Set spoon runner dependency to 1.1.10. r?mhaigh
Attachment #8629858 -
Flags: review?(mhaigh)
| Assignee | ||
Comment 4•10 years ago
|
||
(In reply to :Sebastian Kaspari from comment #3)
> Created attachment 8629858 [details]
> MozReview Request: Bug 1180605 - spoon-gradle-plugin: Set spoon runner
> dependency to 1.1.10. r?mhaigh
>
> Bug 1180605 - spoon-gradle-plugin: Set spoon runner dependency to 1.1.10.
> r?mhaigh
This patch just sets the spoon-runner dependency from 1.1.10-SNAPSHOT to 1.1.10. NI nalexander because this fixes the build but maybe the release of 1.1.10 triggers more things we want to do.
Flags: needinfo?(nalexander)
Keywords: leave-open
Updated•10 years ago
|
Attachment #8629858 -
Flags: review?(mhaigh) → review+
Comment 5•10 years ago
|
||
Comment on attachment 8629858 [details]
MozReview Request: Bug 1180605 - spoon-gradle-plugin: Set spoon runner dependency to 1.1.10. r?mhaigh
https://reviewboard.mozilla.org/r/12649/#review11113
This fixes the issue for me
| Assignee | ||
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
The question is, did my snapshot build include other changes? /me goes to look. Yes, this fixes the build dependency issue but breaks local testing, because I never upstreamed my local instrumentationArgs changes. I'll submit the PR to https://github.com/stanfy/spoon-gradle-plugin/issues/60.
Flags: needinfo?(nalexander)
| Assignee | ||
Comment 8•10 years ago
|
||
As discussed on IRC: The spoon-gradle-plugin dependency in the tree is still untouched. Just a reference to a transitive dependency has been updated (1.1.10-SNAPSHOT -> 1.1.10).
Keywords: leave-open
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 42
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 42 → mozilla42
You need to log in
before you can comment on or make changes to this bug.
Description
•