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:
- Process and split
xx.combined
files into chosen languages
Include the following at the top of your build.gradle file:
plugins {
id "org.openmicroscopy.blitz" version "x.y.z"
}
Task name | Depends On |
---|---|
importMappings |