Skip to content

Commit 52aa276

Browse files
Update gradle plugin ids (#174)
1 parent 3182dbd commit 52aa276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ subprojects.each {
66
{
77
p.evaluationDependsOn(BuildUtils.getApiProjectPath(project.gradle))
88
p.apply plugin: 'java'
9-
p.apply plugin: 'org.labkey.module'
9+
p.apply plugin: 'org.labkey.build.module'
1010
}
1111
}

0 commit comments

Comments
 (0)