Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Anidotnet
Total activity
4
Last activity
July 21, 2018 11:02
Member since
July 18, 2018 18:23
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Created
July 21, 2018 11:02
Is it possible to do using gradle script? I already tried as below runtime fileTree(dir: '/lib', include: '*.jar') But did not work.
Community
IntelliJ IDEA Users
How do I add external directories/jars as a module dependencies using gradle?
0 votes
Created
July 20, 2018 08:39
That is ok. I am doing that for project dependency management. The problem is if I add compile fileTree(dir: '/lib', include: '*.jar') or runtime fileTree(dir: '/lib', include: '*.jar') intellij i...
Community
IntelliJ IDEA Users
How do I add external directories/jars as a module dependencies using gradle?
0 votes