Skip to content

Commit

Permalink
added default task for gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
Colin Vipurs committed Jul 13, 2018
1 parent 2260699 commit 844eec9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ buildscript {
}
}

defaultTasks 'test'

allprojects {
apply plugin: 'idea'
repositories {
Expand Down

0 comments on commit 844eec9

Please sign in to comment.