Skip to content

Commit c50b226

Browse files
authored
Switch to populateExplodedLib, which only exists on newer gradle plugin versions
1 parent c53e789 commit c50b226

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.task("copyJars",
8383
)
8484

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

0 commit comments

Comments
 (0)