Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IDEA 2024.1+ fails to resolve the project model, being unable to find com.saveourtool.cosv4k:cosv4k-macosx64:0.0.14 #2972

Closed
0x6675636b796f75676974687562 opened this issue Oct 31, 2024 · 1 comment · Fixed by #2973 or #2981
Assignees
Labels
bug Something isn't working dependencies Pull requests that update a dependency file

Comments

@0x6675636b796f75676974687562
Copy link
Member

image

:common:macosX64Main: Could not find com.saveourtool.cosv4k:cosv4k-macosx64:0.0.14.
Required by:
    project :common > com.saveourtool.cosv4k:cosv4k:0.0.14

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

This is indeed true, since cosv4k doesn't provide any macosx64-specific native publications.

@0x6675636b796f75676974687562 0x6675636b796f75676974687562 added the dependencies Pull requests that update a dependency file label Oct 31, 2024
0x6675636b796f75676974687562 added a commit that referenced this issue Oct 31, 2024
### What's done:

 - `macosX64` target removed (because :common depends on `cosv4k` which doesn't provide `macosX64`-specific publications);
 - no more project resolution problems in IDEA 2024.1+;
 - fixes #2972.
@0x6675636b796f75676974687562 0x6675636b796f75676974687562 added the bug Something isn't working label Oct 31, 2024
0x6675636b796f75676974687562 added a commit that referenced this issue Nov 6, 2024
…2973)

### What's done:

 - `macosX64` target removed (because :common depends on `cosv4k` which doesn't provide `macosX64`-specific publications);
 - no more project resolution problems in IDEA 2024.1+;
 - fixes #2972.

(cherry picked from commit 877c276)
@0x6675636b796f75676974687562
Copy link
Member Author

The fix exists on feature/untested-release branch as

Additionally cherry-picked onto master as

0x6675636b796f75676974687562 added a commit that referenced this issue Nov 6, 2024
…2973)

### What's done:

 - `macosX64` target removed (because :common depends on `cosv4k` which doesn't provide `macosX64`-specific publications);
 - no more project resolution problems in IDEA 2024.1+;
 - fixes #2972.

(cherry picked from commit 877c276)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies Pull requests that update a dependency file
Projects
None yet
1 participant