Is your feature request related to a problem? Please describe.
You cannot precisely modify the file output or classifier, and more of the generated JAR.
Describe the solution you'd like
Make RemapTask extend the Jar task. This allows for MUCH better configuration and I believe this can be done whilst depending on jar or shadowJar easily.
Describe alternatives you've considered
Modifying the depend shadowJar or jar task is annoying and possibly (with classifiers for example) could still be more limited than just extending the Jar task.
Is your feature request related to a problem? Please describe.
You cannot precisely modify the file output or classifier, and more of the generated JAR.
Describe the solution you'd like
Make RemapTask extend the Jar task. This allows for MUCH better configuration and I believe this can be done whilst depending on
jarorshadowJareasily.Describe alternatives you've considered
Modifying the depend
shadowJarorjartask is annoying and possibly (with classifiers for example) could still be more limited than just extending theJartask.