MusalaSoft / atmosphere-server-agent-lib

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-server-agent-lib

The server-agent 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.

About

License:GNU General Public License v3.0


Languages

Language:Java 98.0%Language:Shell 2.0%