Skip to content

Commit 54b33e2

Browse files
fixes for approval files in the root
Signed-off-by: Thomas Nellemann Kramer <[email protected]>
1 parent 486d5ef commit 54b33e2

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
@@ -198,7 +198,7 @@ task prepareDistribution(type: Zip) {
198198
def approvalTest
199199
approvalTest = tasks.register("approvalTest", Test) {
200200
description 'Run approval test only'
201-
dependsOn copyRunScripts fatJar
201+
dependsOn copyRunScripts prepareDistribution
202202

203203
def output = -1
204204
def runningOs = OS_NAME.toLowerCase()

0 commit comments

Comments
 (0)