Moves vertx server script out of groovy source path.

This commit is contained in:
Marco Vermeulen
2014-04-07 21:37:53 +01:00
parent a217660cc2
commit 9b59ca045a
2 changed files with 1 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ task prepareTemplates(type: Copy) {
}
task prepareServer(type: Copy){
from 'src/main/groovy'
from 'src/main/vertx'
into 'build/server'
include 'server.groovy'
filter(ReplaceTokens, tokens: [GVM_VERSION:config.gvmVersion ?: defaultGvmVersion, VERTX_VERSION:config.vertxVersion])