diff options
-rw-r--r-- | gradle.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |