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 Academy Lead (Quantexa)
Did my reply answer your question? Then why not mark it as having answered in the bottom right corner of my post! 😁

Topics
- Topics
- General Topics
- 109 Quantexa News & Announcements
- 13 Community Digest
- 44 Getting Started
- 574 Academy
- 5 Jobs Board
- Platform Topics
- 5 Release Announcements
Academy Links
Introduction to the Quantexa Academy
Quantexa Academy↗
Academy Training VDI Access
Quantexa Docs↗
Feedback & Suggestions
Visual Scala Reference↗
Linux Command cheat sheet↗
GitHub cheat sheet↗
IntelliJ Shortcuts↗