diff --git a/build.gradle b/build.gradle index dc7d7a0..dc4d13d 100644 --- a/build.gradle +++ b/build.gradle @@ -10,4 +10,12 @@ repositories { } dependencies { +} + +jar { + manifest { + attributes( + 'Main-Class': 'tech.nevets.numberguesser.Game' + ) + } } \ No newline at end of file