Skip to content

Commit 012a01a

Browse files
committed
configured default task
1 parent 5a5e588 commit 012a01a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ plugins {
22
id 'java'
33
}
44

5+
defaultTasks 'dist'
6+
57
// Disable all caching to ensure clean builds
68
gradle.projectsEvaluated {
79
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)