Silly mistakes happen when you rush

This commit is contained in:
R. Tyler Croy 2015-01-26 04:29:31 -08:00
parent c183bdc8a9
commit d76a7d8e8f
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ group = "com.github.lookout"
description = "A utility for monitoring the delay of Kafka consumers"
version = '0.1.0-SNAPSHOT'
mainClassName = 'com.github.lookout.verspaetung.Main'
defaulTasks ['clean', 'check']
defaultTasks 'clean', 'check'
////////////////////////////////////////////////////////////////////////////////
// TESTING