Skip to content

Commit 983ea7e

Browse files
fix repo path
1 parent 8523396 commit 983ea7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/assemble.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ task configurePopulateDependencies << {
6060
seen << artifact
6161
def dependency = artifact.moduleVersion.id
6262
if (!projectNames.contains(dependency.name)) {
63-
populateDependencies.into("$dependency.group/$dependency.name/$dependency.version/jars") {
63+
populateDependencies.into("$dependency.group/$dependency.name/$dependency.version/jar") {
6464
from artifact.file // this will trigger the actual download if necessary
6565
}
6666

0 commit comments

Comments
 (0)