Sfoglia il codice sorgente

build: fix syntax error

Kirill Vainer 10 anni fa
parent
commit
d36749c85b
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      common.gradle

+ 2 - 0
common.gradle

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