Skip to content

Commit c0a2006

Browse files
committed
Add missing build dependency
1 parent aa74fd6 commit c0a2006

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

server/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ run {
124124
standardInput = System.in
125125
}
126126

127+
processTestResources {
128+
dependsOn copyPropertiesToTestWorkspace, copyPropertiesToDSLTestWorkspace
129+
}
130+
127131
test {
128132
dependsOn copyPropertiesToTestWorkspace, copyPropertiesToDSLTestWorkspace
129133

0 commit comments

Comments
 (0)