aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2016-08-21 22:31:46 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2016-08-21 22:31:46 +0200
commit6db49cf2f92e854ce184c18e45fc31154176bc22 (patch)
tree6e91d871f433f9a291c90dff1d60f58d4af6c8a7 /README.md
parentb626d7520f9bf51c4d2773475e3e7614048bff47 (diff)
Added standalone task to build.gradle, finished filtering testsHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 044e754..b613cfb 100644
--- a/README.md
+++ b/README.md
@@ -61,4 +61,4 @@ Use the "version" command to see the executable's version.
## Building
-Cardbase now uses [gradle](https://gradle.org/) for building and dependency management. As recommended, use the provided `gradlew` script for best results.
+Cardbase now uses [gradle](https://gradle.org/) for building and dependency management. As recommended, use the provided `gradlew` script for best results. In addition to the standard Java tasks, `./gradlew standalone` can be used to generate a "fat jar" with all necessary dependencies bundled.