We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8523396 commit 983ea7eCopy full SHA for 983ea7e
gradle/assemble.gradle
@@ -60,7 +60,7 @@ task configurePopulateDependencies << {
60
seen << artifact
61
def dependency = artifact.moduleVersion.id
62
if (!projectNames.contains(dependency.name)) {
63
- populateDependencies.into("$dependency.group/$dependency.name/$dependency.version/jars") {
+ populateDependencies.into("$dependency.group/$dependency.name/$dependency.version/jar") {
64
from artifact.file // this will trigger the actual download if necessary
65
}
66
0 commit comments