Skip to content

Commit dea44ea

Browse files
committed
Gradle: fix run test as default
1 parent 10bf896 commit dea44ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,4 @@ task Clean(type: Delete) {
8585
}
8686
}
8787

88-
defaultTasks 'Build'
88+
defaultTasks 'Build', 'RunTest'

0 commit comments

Comments
 (0)