We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6077e38 commit 2704f8dCopy full SHA for 2704f8d
SequenceAnalysis/build.gradle
@@ -71,7 +71,7 @@ if (project.findProject(BuildUtils.getTestProjectPath(project.gradle)) != null &
71
project.task("copyJars",
72
type: Copy,
73
group: "Build",
74
- description: "Copy JARs to external directory",
+ description: "Copy commons-math3 JAR to module's lib directory",
75
{ CopySpec copy ->
76
copy.setDuplicatesStrategy(DuplicatesStrategy.EXCLUDE)
77
copy.from(project.configurations.external)
@@ -80,8 +80,6 @@ project.task("copyJars",
80
"**commons-math3-**.jar"
81
}
82
83
-).doFirst({
84
-
85
-})
+)
86
87
project.tasks.processModuleResources.dependsOn(project.tasks.copyJars)
0 commit comments