wttech / bobcat-aem-tests

Contains integration tests and examples for Bobcat's AEM modules
Apache License 2.0
3 stars 6 forks source link

Typo in README.md #9

Closed Danon9111 closed 4 years ago

Danon9111 commented 4 years ago

In README.md is: ./gradlew clean assembly.

Actual behavior:

Running it finish with failure, like below:

gradlew clean assembly

FAILURE: Build failed with an exception.

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. See https://docs.gradle.org/4.7/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 4s

Expected behavior:

Build should pass

Fix:

To make build working should be change to: ./gradlew clean assemble