MusalaSoft / atmosphere-commons

The common libraries of the ATMOSHPERE mobile testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Download
See our site for better context of this readme. Click here

atmosphere-commons

The common libraries of the ATMOSPHERE mobile testing framework.

Build the project

You can build the project using the included Gradle wrapper by running:

  • ./gradlew build on Linux/macOS
  • gradlew build on Windows

Making changes

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.

Publishing a new version to Bintray

For more information see this publishing to Bintray guide.

About

The common libraries of the ATMOSHPERE mobile testing framework

License:GNU General Public License v3.0


Languages

Language:Java 100.0%