Skip to content

Commit 1c9eac5

Browse files
committed
This task shouldn't depend on clean.
This was breaking the build when it was combined with other tasks, which is what happens on Jenkins.
1 parent 5e71d02 commit 1c9eac5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

desktop/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,7 @@ task libsDist(type: Copy) {
117117

118118
task distUnbundledJRE() {
119119
description = "Creates an application package without any bundled JRE."
120-
121-
dependsOn clean
120+
122121
dependsOn jar
123122
dependsOn copyLaunchers
124123
}

0 commit comments

Comments
 (0)