https://github.com/ome/omero-blitz
Gradle project containing Ice remoting code for OMERO
https://github.com/ome/omero-blitz
component jar lib omero server
Last synced: 5 months ago
JSON representation
Gradle project containing Ice remoting code for OMERO
- Host: GitHub
- URL: https://github.com/ome/omero-blitz
- Owner: ome
- License: gpl-2.0
- Created: 2018-12-13T11:14:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-12-18T17:07:14.000Z (6 months ago)
- Last Synced: 2025-12-21T20:42:01.692Z (6 months ago)
- Topics: component, jar, lib, omero, server
- Language: Java
- Homepage: https://www.openmicroscopy.org/omero
- Size: 8.91 MB
- Stars: 0
- Watchers: 7
- Forks: 15
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](https://github.com/ome/omero-blitz/actions)
# omero-blitz
A Gradle project
## Usage
Like any Java project, include the jar into your classpath.
## 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 11 and Gradle 6.8.x.
Clone this GitHub repository `git clone https://github.com/ome/omero-blitz.git`.
Go to the directory and enter:
gradle build
This will compile, build, test and create a distribution bundle.
## Unit tests
* Run `gradle test`