Javier Sigler

Results 1 comments of Javier Sigler

I could solve this problem by adding the main class to the Manifest Example: ``` jar { manifest { attributes 'Main-Class': 'com.package.HelloWorld' } } ```