Enable the daemon
This commit is contained in:
parent
c9814123b7
commit
14d68ef36f
1 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@ sources:
|
||||||
tasks:
|
tasks:
|
||||||
- test: |
|
- test: |
|
||||||
cd slackbot
|
cd slackbot
|
||||||
./gradlew --no-daemon test
|
./gradlew test
|
||||||
- build: |
|
- build: |
|
||||||
cd slackbot
|
cd slackbot
|
||||||
./gradlew --no-daemon shadowJar
|
./gradlew shadowJar
|
||||||
- deploy: |
|
- deploy: |
|
||||||
cd slackbot
|
cd slackbot
|
||||||
sshopts="ssh -o StrictHostKeyChecking=no"
|
sshopts="ssh -o StrictHostKeyChecking=no"
|
||||||
|
|
Loading…
Add table
Reference in a new issue