mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-31 01:32:55 -05:00
Moves vertx server script out of groovy source path.
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user