Build has just started asking for an archivebasename?

960 Views Asked by At

GRADLE build that has been running fine, no changes that I can see to the gradle configs, has recently started erroring with

Could not set unknown property 'archiveBaseName' for task ':archiveProduct' of type org.gradle.api.tasks.bundling.Zip.

What is the solution to this? Using Gretty, if that is useful.

1

There are 1 best solutions below

0
On

Problem is gretty 3.0.2 update. Please do not use gretty 3.0.2, just use gretty 3.0.1 and below.

If you have the maven import classpath 'org.gretty:gretty:+' you will need to hard code 3.0.2 there