Hi,
I'm trying to solve some dependency issues in the Scijava pom right now and omero is one of the main project requiring several exclusions
Looking around I see you are using Gradle and I was wondering if you would like to accept some help/PRs for restructuring your plugins, including:
- moving all the plugins into this repo, switching to a multi-module project, less repo, less maintenance. You could run a single task for each plugin module and so on..
- including a wrapper, for better reproducibility
- switching the build scripts to kotlin, a statically typed language
- using a platform for projects alignment
Hi,
I'm trying to solve some dependency issues in the Scijava pom right now and omero is one of the main project requiring several exclusions
Looking around I see you are using Gradle and I was wondering if you would like to accept some help/PRs for restructuring your plugins, including: