Skip to content
Snippets Groups Projects
Commit 3aaaf150 authored by Spotlight Deveaux's avatar Spotlight Deveaux :fox:
Browse files

[build] Fix deployment

parent f32b0841
No related branches found
No related tags found
No related merge requests found
......@@ -70,4 +70,5 @@ task deploy(type: Exec) {
commandLine "bash", "/Users/spotlight/bin/deploy-dev", libsDir.getCanonicalPath() + "/Cedar-1.0.jar"
}
deploy.mustRunAfter build
\ No newline at end of file
deploy.mustRunAfter build
build.finalizedBy deploy
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment