Skip to content

Commit

Permalink
Update gradle plugin ids (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-susanh authored Jan 4, 2024
1 parent c95ba94 commit 835fd7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ subprojects.each {
p.evaluationDependsOn(BuildUtils.getApiProjectPath(project.gradle))
p.apply plugin: 'java'
if (p.file('src').exists())
p.apply plugin: 'org.labkey.module'
p.apply plugin: 'org.labkey.build.module'
else
p.apply plugin: 'org.labkey.fileModule'
p.apply plugin: 'org.labkey.build.fileModule'
}
}

0 comments on commit 835fd7e

Please sign in to comment.