[ANY] Автоматический запуск task build при запуске gradle без параметров.

This commit is contained in:
zaxar163 2019-01-16 21:26:27 +03:00
parent 714d33d25f
commit ecc39baf5c
No known key found for this signature in database
GPG key ID: E3B309DD3852DE06

View file

@ -26,4 +26,6 @@
options.encoding = "UTF-8"
options.annotationProcessorPath = configurations.aptOnly
}
}
}
defaultTasks 'build'