Skip to content

Commit ad1ef22

Browse files
committed
Change task dependency
1 parent 2d13a25 commit ad1ef22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ project.tasks.register("copyJars", Copy) {
8383
}
8484

8585
project.tasks.module.dependsOn(project.tasks.copyJars)
86-
project.tasks.copyJars.mustRunAfter(project.tasks.populateExplodedLib)
86+
project.tasks.copyJars.mustRunAfter(project.tasks.processResources)

0 commit comments

Comments
 (0)