Explorar el Código

[fix]: add automatic module names to manifest

mitm001 hace 5 años
padre
commit
723338342b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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("-", ".")}" 
     }
 }