Skip to content

Commit 68f3908

Browse files
labkey-ianslabkey-susanh
andauthored
Change checkout location from optionalModules to server/modules
Co-authored-by: labkey-susanh <susanh@labkey.com>
1 parent dcba669 commit 68f3908

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ subprojects.each {
66
{
77
p.evaluationDependsOn(BuildUtils.getApiProjectPath(project.gradle))
88
p.apply plugin: 'java'
9-
p.apply plugin: 'org.labkey.module'
9+
if (p.file('src').exists())
10+
p.apply plugin: 'org.labkey.module'
11+
else
12+
p.apply plugin: 'org.labkey.fileModule'
1013
}
1114
}

0 commit comments

Comments
 (0)