Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 781 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 781 Bytes

Actions Status

omero-gateway

OMERO Java client library

Usage

Full developer documentation for OMERO is available from https://docs.openmicroscopy.org/latest/omero/developers/

Build from source

The compilation, testing, launch, and delivery of the application are automated by means of a Gradle (https://gradle.org/) build file. In order to perform a build, all you need is a JDK -- version 1.8 or later. Clone this GitHub repository git clone https://github.com/ome/omero-gateway-java.git. Go to the directory and enter:

gradle build

This will compile, build, test and create a distribution bundle.

Unit tests

  • Run gradle test