m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/gradle.md
diff options
context:
space:
mode:
Diffstat (limited to 'gradle.md')
-rw-r--r--gradle.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/gradle.md b/gradle.md
index 5421504..0b4f1de 100644
--- a/gradle.md
+++ b/gradle.md
@@ -8,6 +8,12 @@ Local jar:
implementation files('path/to/lib.jar')
}
+## Testing
+
+Run only specified tests.
+
+ ./gradlew test --tests <ClassName[.methodName]>
+
## Conventions
Given a root project name (in settings.gradle, rootProject.name), creates a