And why isn't there a 'jar' plugin provided by def...
# gradle
t
And why isn't there a 'jar' plugin provided by default, when there is a 'war' one?
g
There is no such thing as “jar plugin”. Jar task provided by Java plugin (core Gradle plugin): https://docs.gradle.org/current/userguide/java_plugin.html#sec:java_tasks
For
war
there is another core plugin: https://docs.gradle.org/current/userguide/war_plugin.html