Step 1: Build and Run your Maven or Gradle Project

Get Started with the JFrog Platform

Content Type
Administration / Platform
ft:sourceType
Paligo

As you already know Maven and Gradle are build systems that provide built-in capability to resolve dependencies from configurable repositories. Both are able to cache dependencies locally and download them in parallel.

  1. Fork the JFrog DevRel GitHub repository. Here you will find the JFrog Gradle and Maven challenge repositories, containing the Maven and Gradle projects.

  2. Move to the project directory and run the clean install command:

    $ mvn clean install