Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 20348

How to supply source jars from flatDir for eclipse debugging

$
0
0

Not yet. I ended-up changing my build to use the maven-publish plugin to generate the .pom and to post the updated jars to my maven repo. That led me to replace the ‘java’ and ‘application’ plugins with ‘java-library’ and ‘java-library-distribution’. Oh, and I fixed some gradle deprecation warnings too. Definately a more heavyweight approach as compared to the @jar trick but it saves me the trouble of manually syncing the maven repo.


Viewing all articles
Browse latest Browse all 20348

Trending Articles