Skip to content

ome/omero-blitz-plugin

Actions Status

OMERO blitz Gradle plugin

The omero-blitz-plugin is a Gradle plugin that provides users and projects the ability to generate/compile the files required to use omero-blitz. The plugin can be built using Gradle 5 or Gradle 6.

From a high level, the omero-blitz-plugin consists of the following tasks/stages:

  1. Process and split xx.combined files into chosen languages

Usage

Include the following at the top of your build.gradle file:

plugins {
    id "org.openmicroscopy.blitz" version "x.y.z"
}

Gradle Tasks

Task name Depends On
importMappings