浏览代码

[fix]: add automatic module names to manifest

mitm001 5 年之前
父节点
当前提交
723338342b
共有 1 个文件被更改,包括 2 次插入1 次删除
  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("-", ".")}" 
     }
 }