jpschewe / fll-sw

FIRST Lego League scoring software
http://jpschewe.github.io/fll-sw/
GNU General Public License v2.0
10 stars 7 forks source link

New semver plugin #1186

Open jpschewe opened 6 months ago

jpschewe commented 6 months ago

The semver plugin that I'm currently using doesn't support using the current gradle plugin loading if I want to customize the variables. That plugin is found at https://github.com/Nasdaq/semver-git This plugin last had a commit 2 years ago.

This proposed plugin is found at https://github.com/ilovemilk/semver-git-plugin/tree/master and supports setting a custom format and supports the current plugin mechanism. However this plugin hasn't seen a commit in 4 years.

jpschewe commented 6 months ago

Found out the reason that I didn't use this plugin before, the build time takes forever with this plugin. Creating of the distribution zip files goes from 1 minute to 30 minutes.