Skip to content

jfrog/ide-plugins-common

Repository files navigation

Ide Plugins Common Build status

This project includes the common code used by the JFrog Idea Plugin and the JFrog Eclipse plugin.

Building and Testing the Sources

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

Code Contributions

We welcome community contribution through pull requests.

Release Notes

The release notes are available here.

About

Common code used by the JFrog Idea Plugin and the JFrog Eclipse plugin

Resources

License

Security policy

Stars

Watchers

Forks

Languages