You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
07:46:07 1: Task failed with an exception.
07:46:07 -----------
07:46:07 * What went wrong:
07:46:07 Execution failed for task ':resolve'.
07:46:07 > Could not resolve all files for configuration ':tools'.
07:46:07 > Could not find google:bundletool:1.17.1.
07:46:07 Required by:
07:46:07 project :
Reproduction steps
No response
Expected behavior
Ivy dependency resolution should work as before.
Artifactory Gradle plugin version
5.2.3
Operating system type and version
macOS 14.5
JFrog Artifactory version
7.84.17
Gradle version
8.9
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. #118 is intended to modify the resolution repositories only if a resolution server is configured by the JFrog CLI. Could you please provide the steps to reproduce it? What command did you run? Are there any special configurations involved? Also, are you using the JFrog CLI?
JFrog CLI ist not involved but a self-made Gradle plugin, which I am unable to share.
The plugin adds a custom Gradle task to reolve dependencies from configurations. Something like this:
project.configurations.each { conf ->
conf.collect { dep ->
project.copy {
from dep
into destination
}
}
}
When I am checking the logs from Gradle I see the following diffenerence when resolving dependencies:
OLD:
Describe the bug
The PR #118 breaks the usage of custom Ivy Repositories.
We are using Ivy desciptors like below to load artifacts from a Github mirror (generic remote repository).
Current behavior
Reproduction steps
No response
Expected behavior
Ivy dependency resolution should work as before.
Artifactory Gradle plugin version
5.2.3
Operating system type and version
macOS 14.5
JFrog Artifactory version
7.84.17
Gradle version
8.9
The text was updated successfully, but these errors were encountered: