Skip to content
Snippets Groups Projects
Commit 54c624c8 authored by Georg Seibt's avatar Georg Seibt :nerd:
Browse files

README.md edited online with Bitbucket

parent 9b51290e
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment