Skip to content

Commit 2704f8d

Browse files
committed
Update gradle task description
1 parent 6077e38 commit 2704f8d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

SequenceAnalysis/build.gradle

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ if (project.findProject(BuildUtils.getTestProjectPath(project.gradle)) != null &
7171
project.task("copyJars",
7272
type: Copy,
7373
group: "Build",
74-
description: "Copy JARs to external directory",
74+
description: "Copy commons-math3 JAR to module's lib directory",
7575
{ CopySpec copy ->
7676
copy.setDuplicatesStrategy(DuplicatesStrategy.EXCLUDE)
7777
copy.from(project.configurations.external)
@@ -80,8 +80,6 @@ project.task("copyJars",
8080
"**commons-math3-**.jar"
8181
}
8282
}
83-
).doFirst({
84-
85-
})
83+
)
8684

8785
project.tasks.processModuleResources.dependsOn(project.tasks.copyJars)

0 commit comments

Comments
 (0)