Skip to content

Commit e479194

Browse files
committed
Set default tasks
1 parent e8c5254 commit e479194

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ def aetherVersion = file('version.txt').text.trim()
77
group = 'com.aitusoftware'
88
version = aetherVersion
99

10-
defaultTasks 'build'
10+
defaultTasks 'clean', 'build'
1111

1212
ext {
1313
fullName = 'Aether'

0 commit comments

Comments
 (0)