Skip to content

Commit f812e8e

Browse files
committed
Fixed not exsisting dependencies in output file.
1 parent af2fc18 commit f812e8e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ jar {
122122
"Implementation-Timestamp": new Date().format("yyyy-MM-dd'T'HH:mm:ssZ")
123123
])
124124
}
125+
126+
from configurations.embed.collect { it.isDirectory() ? it : zipTree(it) }
125127
}
126128

127129
sourceCompatibility = targetCompatibility =

0 commit comments

Comments
 (0)