Skip to content

Commit b615ecc

Browse files
committed
Fix gradle command in README
1 parent 4303a9f commit b615ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firebase-sessions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The Firebase Sessions SDK is used by Crashlytics and Performance internally to m
66

77
All Gradle commands should be run from the root of this repository.
88

9-
`./gradlew -PprojectsToPublish=":firebase-sessions" publishProjectsToMavenLocal`
9+
`./gradlew :firebase-sessions:publishToMavenLocal`
1010

1111
## Running Tests
1212

0 commit comments

Comments
 (0)