This is a public Topic to discuss everything related to Quantexa training - content posted here will be visible to all. To raise a question please visit the Academy Q&A Topic
New Blog: Using Gradle Effectively.
Hey all, this is just to say that there is a new article up in the Community Library about how to most effectively use Gradle, particularly when doing your Academy Tasks. Please click here to go to the page and have a read!
Below is a highly condensed summary of the key take-home messages of the article:
"TL;DR: We use Gradle to build and compile our projects with simple commands that do a lot for us in the background. Avoid doing full build commands (gradle build) unless absolutely necessary, and instead build specific components/JARs as this will be much faster. Finally, you can chain gradle commands together into one-liners to save time, e.g. you can write gradle clean build instead of having to submit these commands separately, one after another."
Dan Pryer - Senior Engineer
R&D - Decision Systems / Detection Packs
Did my reply answer your question? Then why not mark it as having answered in the bottom right corner of my post! 😁