build: fix build error

This commit is contained in:
Kirill Vainer 2016-04-30 17:39:04 -04:00
parent 5d2cee0187
commit cd0893005a

@ -4,6 +4,10 @@ import java.nio.file.Paths
String bulletSrcPath = bulletFolder + '/src'
if (!hasProperty('mainClass')) {
ext.mainClass = ''
}
dependencies {
compile project(':jme3-bullet')
}