build: fix syntax error

This commit is contained in:
Kirill Vainer 2015-08-08 17:39:18 -04:00
parent 17887b1fb0
commit d36749c85b

View File

@ -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',