We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f8badf commit d284dc0Copy full SHA for d284dc0
1 file changed
README.md
@@ -43,7 +43,8 @@ The Adobe Target Java SDK Samples can be found [here](https://github.com/adobe/t
43
Check out our [Contribution guidelines](.github/CONTRIBUTING.md) as well as [Code of Conduct](CODE_OF_CONDUCT.md) prior
44
to contributing to Target Java SDK development.
45
1. To build the project: `./gradlew build`
46
-2. To install `java-sdk` locally: `./gradle install`
+2. To install `java-sdk` locally: `./gradlew install`
47
+3. To run the unit tests locally: `./gradlew test`
48
49
## Delivery API Client generation
50
0 commit comments