I can build my main class without any errors but I cannot execute the jar file. It gives me the following error:
no main manifest attribute in jar
I also provided the main class to the java_binary function in BUILD file.
Any ideas?
Thanks,Adib