Ver código fonte

[fix]: add automatic module names to manifest

mitm001 5 anos atrás
pai
commit
723338342b
1 arquivos alterados com 2 adições e 1 exclusões
  1. 2 1
      common.gradle

+ 2 - 1
common.gradle

@@ -50,7 +50,8 @@ test {
 jar {
     manifest {
         attributes 'Implementation-Title': 'jMonkeyEngine',
-                   'Implementation-Version': jmeFullVersion
+                   'Implementation-Version': jmeFullVersion,
+                   'Automatic-Module-Name': "${project.name.replace("-", ".")}" 
     }
 }