Skip to content

Commit 1e25623

Browse files
committed
Fix laboratory build break
SVN r64216 |2019-07-24 02:03:28 +0000
1 parent ffcbdf7 commit 1e25623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

laboratory/build.gradle

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

33
dependencies {
44
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: ":externalModules:labModules:LDK", depProjectConfig: "apiCompile")
5+
BuildUtils.addLabKeyDependency(project: project, config: "compile", depProjectPath: BuildUtils.getPlatformModuleProjectPath(project.gradle, "assay"), depProjectConfig: "apiCompile")
56
}

0 commit comments

Comments
 (0)