Answers for "intellij export gradle project as jar"

1

intellij export gradle project as jar

-File
-Project Structure
-Artifacts
-Click "+"
-Jar
-From modules with dependencies
-select directories (all modules)
-ok
-ok
-Build
-Build Artifacts...
-Build

if the jar doesn't work try this:

store MANIFEST.MF in root directory and not in /src/ and select that when
creating the artifact
Posted by: Guest on February-08-2021

Browse Popular Code Answers by Language