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:
|
||||
- test: |
|
||||
cd slackbot
|
||||
./gradlew --no-daemon test
|
||||
./gradlew test
|
||||
- build: |
|
||||
cd slackbot
|
||||
./gradlew --no-daemon shadowJar
|
||||
./gradlew shadowJar
|
||||
- deploy: |
|
||||
cd slackbot
|
||||
sshopts="ssh -o StrictHostKeyChecking=no"
|
||||
|
|
Loading…
Add table
Reference in a new issue