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

Cherry-pick IDEA 2024.1+ specific fixes from feature/untested-release branch #2981

Merged
merged 2 commits into from
Nov 6, 2024

Commits on Nov 6, 2024

  1. Remove dokkaJar from the list of published JAR artifacts (#2971)

    ### What's done:
    
     - Removed `dokkaJar` as it causes compatibility problems with IDEA 2024.2.1+
    
    (cherry picked from commit a4c11d2)
    0x6675636b796f75676974687562 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    1a5b89b View commit details
    Browse the repository at this point in the history
  2. Remove macosX64 target as it's causing problems with IDEA 2024.1+ (#…

    …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 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9c9c833 View commit details
    Browse the repository at this point in the history