Skip to content

Dependency Version handling: Buildship 3.1.10.v20240802-1314 cannot resolve all files, Buildship 3.1.9.v20240115-1636 can #1337

@benjamin-king13

Description

@benjamin-king13

Expected Behavior

When importing or refreshing gradle in eclipse I expect the project to resolve all classes as gradle does from the command line.

Current Behavior

When importing or refreshing a gradle project in eclipse 2025-03 with buildship 3.1.10.v20240802-1314 I get the following error-

Failed to notify build listener.

Could not resolve all files for configuration ':myProjectclient:clientRuntimeClasspath'.
Could not resolve com.mycompany:myProject-client:[0.0.9, 0.5.0).
Required by:
project :myProjectclient > project :myProjectlib > project :myOtherProjectlib
> Failed to list versions for com.mycompany:myProjectclient.
> Unable to load Maven meta-data from ###company-repository-url###
> org.apache.http.ssl.SSLInitializationException: NONE (The system cannot find the file specified)

When downgrading to buildship 3.1.9.v20240115-1636 everything works as expected and I can import and refresh the project

Context

This prevents us from using newer versions of eclipse unless we downgrade buildship

Steps to Reproduce

Importing our multiproject build, we do have an internal instance of artifactory but the credentials are provided at runtime

Your Environment

Windows 11
Gradle 7.5.1
Eclipse 2025-03
Java Corretto 17.0.14_7

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions