Skip to content

Commit 2215b9a

Browse files
committed
Change default tasks to check to prevent execution of assemble
(build includes assemble which triggers signDist, which fails if you don't provide a password, even when required is false)
1 parent bfe1476 commit 2215b9a

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
@@ -34,7 +34,7 @@ plugins {
3434
id 'com.ryandens.javaagent-test' version '0.12.2'
3535
}
3636

37-
defaultTasks 'clean', 'build'
37+
defaultTasks 'clean', 'check'
3838

3939
apply from: 'build-properties.gradle'
4040

0 commit comments

Comments
 (0)