I have Intellij IDEA's "Build Artifact" configured properly to generate an executable JAR containing resources, MANIFEST.MF,compiled classes, etc. But isn't Gradle supposed to manage that? I'm going to eventually need to use features in building that JAR that are unavailable from the Build Artifact GUI. How do I port the Build Artifact configs to a gradle.build file instead?
I see in IDEA > File > Settings... > Build, Execution, Deployment > Buld Tools > Gradle > [] Delegate IDE build/run actions to gradle, but that checkbox is disabled despite my project module having a build.gradle . And I'm not sure that feature does what I want.