This gradle plugin can be used to generate model code from an ecore `*.genmodel`.
Currently simple setups work.
More complex ones (such with multiple referencing genmodels may work but are unsupported).
# Installation
The plugin can be used via `apply plugin: 'ecore2java'` or with the [Plugins DSL](https://docs.gradle.org/current/userguide/plugins.html#sec:plugins_block)(see below).
For this you need to add the repository in your `build.gradle` file: