How to create multi module java project with gradle

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • Hi every one in this video I will explain how to set up a multi module java based Gradle project setup.
    After end of the video you will be able to understand following concepts:
    - Gradle project structure 00:42
    - Gradle plugin 01:25
    - Gradle Task phases 02:10
    - How to add child module 03:20
    - How to reuse the dependencies 05:35
    - How to setup allProjects configuration 06:20
    - How to setup subProjects configuration 09:15
    - How to use configure property 11:10
    - How to include one module in other modules 12:40
    You can checkout Github repository: github.com/Bri...

ความคิดเห็น • 12

  • @tharoseth8064
    @tharoseth8064 หลายเดือนก่อน

    nice explanation

  • @awaitingforsunrise
    @awaitingforsunrise ปีที่แล้ว

    Very beautiful and clear explanation. Thats what i was looking for!

  • @aruna9126
    @aruna9126 ปีที่แล้ว +1

    Thank you..its very helpful

  • @shantanilhazarika8264
    @shantanilhazarika8264 2 ปีที่แล้ว +2

    Thank you for the explanation...

  • @DonZamudio
    @DonZamudio 3 หลายเดือนก่อน

    Very useful thank you so much

  • @balakishore3952
    @balakishore3952 2 ปีที่แล้ว +2

    nice explanation, thanks

  • @radhianand5647
    @radhianand5647 ปีที่แล้ว

    clear and easy to understand.. thank you..

  • @alirezaasadi8656
    @alirezaasadi8656 6 หลายเดือนก่อน

    very well explained , danke

  • @andrefaustino5514
    @andrefaustino5514 9 หลายเดือนก่อน

    Good stuff! Congrats

  • @crazeeealgorithms3236
    @crazeeealgorithms3236 ปีที่แล้ว

    Thank you this was very helpful!!!

  • @srihari8386
    @srihari8386 5 หลายเดือนก่อน

    What is the gradle version used?

  • @PankajSingh-iv2zj
    @PankajSingh-iv2zj 2 ปีที่แล้ว

    When I try to include one module in other modules , I get an error like dependent features configured but no package id was set. I dont know what is wrong , could you help ?