Enable the daemon

This commit is contained in:
Anthony Cicchetti 2021-12-16 11:25:22 -05:00
parent c9814123b7
commit 14d68ef36f

View file

@ -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"