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

#911 support intellij 2024.2 by updating gradle version #1053

Open
wants to merge 17 commits into
base: intellij-2024.2-support
Choose a base branch
from

Commits on Nov 11, 2024

  1. Updated intellij platform 2.1.0 and kotlin jvm version 1.9.24

    Updated intellij platform and kotlin jvm version
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    483b5d9 View commit details
    Browse the repository at this point in the history
  2. Updated build.gradle and added gradle.properties file

    Updated source compatability and target compatability in build.gradle and given java version inside gradle.properties file
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    19c8088 View commit details
    Browse the repository at this point in the history
  3. Added intellijPlatform, since and until build, bundled plugin, intell…

    …ij version and platform
    
    Changed intellij to intellijPlatform and added it inside dependencies tag
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d0a87d9 View commit details
    Browse the repository at this point in the history
  4. Updated runIde task in build.gradle

    Updated runIde task in build.gradle
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3ad17db View commit details
    Browse the repository at this point in the history
  5. Updated intellijPlatform tag to add buildSearchableOptions, since bui…

    …ld, until build and add the changeNotes
    
    Added intellijPlatform tag to add buildSearchableOptions, since build, until build and add the changeNotes
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    111d7a4 View commit details
    Browse the repository at this point in the history
  6. Updated kotlin version to 2.0.20

    Changed intellij to intellijPlatform and added it inside dependencies tag
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    e518ace View commit details
    Browse the repository at this point in the history
  7. updated platformVersion

    updated platformVersion
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    7385bb6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    843b27a View commit details
    Browse the repository at this point in the history
  9. Removed manual dependency added for maven test

    Removed manual dependency added for maven test as jetbrains providing a testframework which will auto download latest maven test version
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    ea0cbf0 View commit details
    Browse the repository at this point in the history
  10. defaulted intellij version to 2024.1 and added kotlin.stdlib.default.…

    …dependency=false
    
    defaulted intellij version to 2024.1 i.e PROD version and added kotlin.stdlib.default.dependency=false
    to stop including this lib automatically when build is ran
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    717e0e1 View commit details
    Browse the repository at this point in the history
  11. Added an import and commented runIdeForUiTest task

    Added an import and commented runIdeForUiTest task as it doesn't support intellij 2024.2 version
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8f91cb6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f83037 View commit details
    Browse the repository at this point in the history
  13. Removed since and until build from plugin.xml

    Removed since and until build from plugin.xml since already given in gradle.properties
    staicy123 committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8d1e9de View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    58c7ff6 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    39b2e89 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Configuration menu
    Copy the full SHA
    b1cb75c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2024

  1. Configuration menu
    Copy the full SHA
    f595ab6 View commit details
    Browse the repository at this point in the history