simple build script fix for IDEA project generation

This commit is contained in:
Steve Ebersole 2013-04-17 13:26:55 -05:00
parent a8f0552b81
commit b8b9735cf5
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ sourceSets.test.resources {
idea {
module {
sourceDirs += file( '$buildDir/generated-src/antlr/main' )
sourceDirs += file( "${buildDir}/generated-src/antlr/main" )
}
}