Skip to content

Commit

Permalink
I add default task and renamed task build to dailyBuild
Browse files Browse the repository at this point in the history
  • Loading branch information
crc83 committed Apr 14, 2018
1 parent 5c9b683 commit f9648d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,9 @@ release {
buildTasks = ['publishPlugins']
}

task build(type: GradleBuild) {
defaultTasks 'dailyBuild'

task dailyBuild(type: GradleBuild) {
tasks = ['jar', 'test', 'jacocoTestReport', 'sonarqube']
}

Expand Down

0 comments on commit f9648d1

Please sign in to comment.