Skip to content

Commit 8a36a59

Browse files
Merge remote-tracking branch 'origin/develop' into fb_bound_containerfilter
2 parents 715f65b + 68f3908 commit 8a36a59

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)