Skip to content

Commit ffcbdf7

Browse files
committed
Conditional no longer needed -- assay module is here to stay
SVN r64167 |2019-07-16 19:15:14 +0000
1 parent f884fda commit ffcbdf7

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

LDK/build.gradle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import org.labkey.gradle.util.BuildUtils;
22

3-
// This conditional is needed only until we merge initial fb_4713_assay_refactor branch into develop
4-
if (project.findProject(BuildUtils.getPlatformModuleProjectPath(project.gradle, "assay")) != null) {
5-
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: BuildUtils.getPlatformModuleProjectPath(project.gradle, "assay"), depProjectConfig: "apiCompile")
6-
}
7-
83
dependencies {
9-
4+
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: BuildUtils.getPlatformModuleProjectPath(project.gradle, "assay"), depProjectConfig: "apiCompile")
105
}

0 commit comments

Comments
 (0)