# Problem When using pre-packaged artifacts (`jars`) for e.g. Java-8 runtime in conjunction with plugin, the `jar`-file is overridden with the zip. # Solution Use another property to denote if artifact needs creating or not.
Problem
When using pre-packaged artifacts (
jars) for e.g. Java-8 runtime in conjunction with plugin, thejar-file is overridden with the zip.Solution
Use another property to denote if artifact needs creating or not.