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 - Quantexa Academy Team Lead
Did my reply answer your question? Then why not mark it as having answered in the bottom right corner of my post! 😁
When seeking help with an issue, please check out this post which gives some guidelines for how best to ask for support, thanks! 😊


Topics
- 89 Topics
- General Topics
- 27 Quantexa News & Announcements
- 7 Community Digest
- 23 Getting Started
- 277 Academy
- 4 Jobs Board
- Platform Topics
- 4 Release Announcements
Academy Links
Introduction to Quantexa Education Services
Quantexa Academy↗
Quantexa Docs↗
Feedback & Suggestions
Visual Scala Reference↗
Linux Command cheat sheet↗
GitHub cheat sheet↗
IntelliJ Shortcuts↗