This project includes the common code used by the JFrog Idea Plugin and the JFrog Eclipse plugin.
After cloning the project, update submodules:
git submodule init
git submodule update
To build the code using the Gradle wrapper in Linux/Unix run:
> ./gradlew clean build
To build the code using the Gradle wrapper in Windows run:
> gradlew clean build
To build the code using the environment Gradle run:
> gradle clean build
To build the code without running the tests, add to the "clean build" command the "-x test" option, for example:
> ./gradlew clean build -x test
We welcome community contribution through pull requests.
The release notes are available here.