Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.05 KB

README.md

File metadata and controls

39 lines (27 loc) · 1.05 KB

GemDev

Build Status codecov sonarcloud

Eclipse development environment for GemStone/S

Getting Started

Build and run with all tests:

mvn clean verify

Prerequisites

Java 8, GemStone/64 2.4.x, Eclipse Oxygen 4.7

Running the tests

Build and run (only) unit tests:

mvn clean verify -P unit

Build and run (only) integration tests (needs GemStone VM with running db and broker server):

mvn clean verify -P integration

Build without running tests:

mvn clean verify -DskipTests

License

This project is licensed under the EPL 1.0 License - see the LICENSE.md file for details