Skip to content

Commit 4f23787

Browse files
authored
Add the study design module as a dependency to the visc studies module
1 parent 115c240 commit 4f23787

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

viscstudies/build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
import org.labkey.gradle.util.BuildUtils
12
plugins {
23
id 'org.labkey.build.module'
34
}
5+
6+
dependencies {
7+
BuildUtils.addLabKeyDependency(project: project, config: "modules", depProjectPath: BuildUtils.getPlatformModuleProjectPath(project.gradle, "studydesign"), depProjectConfig: 'published', depExtension: 'module')
8+
}

0 commit comments

Comments
 (0)