Configure gradle to compile devicetypes and smartapps.

This commit is contained in:
Jason Terhune
2016-09-08 10:18:25 -05:00
parent ae3306928b
commit b78bce55b2
3 changed files with 33 additions and 5 deletions

View File

@@ -3,9 +3,9 @@ machine:
version:
oraclejdk8
dependencies:
override:
- echo "Nothing to do."
checkout:
post:
- ./gradlew compileSmartappsGroovy compileDevicetypesGroovy
test:
override: