Make `check` the default task for easy testing

This commit is contained in:
R. Tyler Croy 2016-12-18 10:31:02 -08:00
parent 13dc8672cf
commit 38cf06bf7c
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ mainClassName = 'io.lasagna.httpwizard.HttpWizard'
project.targetCompatibility = 1.8
/**********************************************************************/
defaultTasks 'check'
repositories {
jcenter()
}