We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7599835 commit ee2979cCopy full SHA for ee2979c
grails-bootstrap/src/main/groovy/org/codehaus/groovy/grails/resolve/config/RepositoriesConfigurer.groovy
@@ -228,6 +228,7 @@ class RepositoriesConfigurer extends AbstractDependencyManagementConfigurer {
228
private createLocalPluginResolver(String name, String location) {
229
def pluginResolver = new FileSystemResolver(name: name)
230
pluginResolver.addArtifactPattern("${location}/plugins/[artifact]-[revision].[ext]")
231
+ pluginResolver.addIvyPattern("${location}/plugins/[module]-[revision].pom")
232
pluginResolver.settings = dependencyManager.ivySettings
233
pluginResolver.latestStrategy = new LatestTimeStrategy()
234
pluginResolver.changingPattern = ".*SNAPSHOT"
0 commit comments