ソースを参照

[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("-", ".")}" 
     }
 }