Skip to content

Commit 835fd7e

Browse files
Update gradle plugin ids (#258)
1 parent c95ba94 commit 835fd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ subprojects.each {
77
p.evaluationDependsOn(BuildUtils.getApiProjectPath(project.gradle))
88
p.apply plugin: 'java'
99
if (p.file('src').exists())
10-
p.apply plugin: 'org.labkey.module'
10+
p.apply plugin: 'org.labkey.build.module'
1111
else
12-
p.apply plugin: 'org.labkey.fileModule'
12+
p.apply plugin: 'org.labkey.build.fileModule'
1313
}
1414
}

0 commit comments

Comments
 (0)