How do you want to solve the version number issue? Velocity uses an annotation processor to generate the plugin meta (velocity-plugin.json), so gradle processResources doesn't work.
Most people use blossom to solve it via templating, but I also made a processor that takes the version as argument to avoid that hassle.
How do you want to solve the version number issue? Velocity uses an annotation processor to generate the plugin meta (
velocity-plugin.json
), so gradleprocessResources
doesn't work.Most people use blossom to solve it via templating, but I also made a processor that takes the version as argument to avoid that hassle.