@@ -9,7 +9,7 @@ The current feature set is limited.
GitWrapper uses the Gradle build system.
Using `./gradlew build` will assemble a .jar file containing the library in the `build/libs` directory.
The dependencies of the library may be displayed using `./gradlew dependencies --configuration compile`.
The dependencies of the library may be displayed using `./gradlew dependencies --configuration runtime`.
If the project using the library is also a gradle project it is far more convenient to add the library as a sub-project. The code below assumes that the directory of your clone of GitWrapper is a sibling of the project directory using it. Extend your `settings.gradle` and `build.gradle` as follows: