I need to include the jar-mail-1.4.7 file in my intellij idea project library via gradle build. I added the name of the compilation repository to the build.gradle file, as shown below:
compile 'javax.mail: mail: 1.4.7'
Then I started my build and although there is no error during the build, I canโt see the jar in my project library. I was thinking about creating a gradle, the bank will be automatically managed. Not sure if I need to try something else. I also tried running gradle: cleanIdea, but to no avail.
java intellij-idea gradle
Priyabrat nanda
source share