浏览代码

build: fix syntax error

Kirill Vainer 10 年之前
父节点
当前提交
d36749c85b
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      common.gradle

+ 2 - 0
common.gradle

@@ -22,6 +22,8 @@ repositories {
 dependencies {
     // Adding dependencies here will add the dependencies to each subproject.
     testCompile group: 'junit', name: 'junit', version: '4.10'
+}
+
 jar {
     manifest {
         attributes 'Implementation-Title': 'jMonkeyEngine',