Add gradle default task

pull/20966/head
Phillip Webb 5 years ago
parent 7c3369cca8
commit 473d4fd73d

@ -4,6 +4,8 @@ plugins {
description = "Spring Boot Build" description = "Spring Boot Build"
defaultTasks 'build'
allprojects { allprojects {
group "org.springframework.boot" group "org.springframework.boot"

Loading…
Cancel
Save