10 Tips To Use Gradle With IntelliJ IDEA

Поділитися
Вставка
  • Опубліковано 5 вер 2024

КОМЕНТАРІ • 13

  • @DaniilBubnov
    @DaniilBubnov 2 роки тому +3

    adding dependencies from the idea is really nice! no more searching all over the internet! thanks

  • @henninghoefer
    @henninghoefer 2 роки тому +5

    Awesome video, thank you! I did not know about the Gradle wrapper omitting Gradle sources by default!

    • @TomGregoryTech
      @TomGregoryTech  2 роки тому +3

      Glad you got something from it :) FYI you can configure the wrapper task to always use the "all" distribution type.
      In Kotlin DSL 👇
      tasks.wrapper {
      distributionType = Wrapper.DistributionType.ALL
      }

    • @UnwittingSweater
      @UnwittingSweater 2 роки тому

      This helped me too. Thank you.

  • @marcus3d
    @marcus3d Рік тому +1

    BEWARE: If you run gradle from the "Run anything" window it won't use your gradle template, but some kind of unspecified default template. Just keep in mind, in case you have some options, such as debugging parameters, set in your gradle template.

  • @bytecode5834
    @bytecode5834 7 місяців тому

    Thanks for the video

  • @hoducduyk16dn25
    @hoducduyk16dn25 Рік тому

    hi, i have problem with my intelij new version don;t show the Gradle option in the left hand side , how to fix this problem please help me. Thanks

  • @marcus3d
    @marcus3d Рік тому +1

    Nobody will remember those very rarely used keyboard shortcuts, so maybe show how to select the same things from the right-click popup or main menus?

  • @BlueDrumStudio1
    @BlueDrumStudio1 2 роки тому

    Good stuff cheers

  • @ShriduttKothari-kf5ge
    @ShriduttKothari-kf5ge Рік тому +1

    i am not getting auto suggestions

  • @jamesliong5605
    @jamesliong5605 Рік тому

    Hi gradle is missing at new project menu. How do i fix this?

    • @TomGregoryTech
      @TomGregoryTech  Рік тому

      Which version of IntelliJ IDEA are you using? Try upgrading to version 2022 (community or ultimate edition).

  • @yankeedudlizz
    @yankeedudlizz Рік тому

    Is anyone else not seeing the "add dependency" option in the context menu in build.gradle or is it just me?
    upd: solved by installing the "package search" plugin