See our site for better context of this readme. Click here
The common libraries of the ATMOSPHERE mobile testing framework.
You can build the project using the included Gradle wrapper by running:
./gradlew build
on Linux/macOSgradlew build
on Windows
If you make changes to this project and would like to use your new version in another ATMOSPHERE framework project that depends on this one, after a successful build also run:
./gradlew publishToMavenLocal
(Linux/macOS)gradlew publishToMavenLocal
(Windows)
to publish the jar to your local Maven repository. The ATMOSPHERE framework projects are configured to use the artifact published in the local Maven repository first.
For more information see this publishing to Bintray guide.