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.
2 parents 795c8ab + d54a68b commit 939b61aCopy full SHA for 939b61a
grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsPluginGradlePlugin.groovy
@@ -60,16 +60,13 @@ class GrailsPluginGradlePlugin extends GrailsGradlePlugin {
60
void apply(Project project) {
61
super.apply(project)
62
63
- checkForConfigurationClash(project)
+ project.pluginManager.apply('java-library')
64
65
+ checkForConfigurationClash(project)
66
configureAstSources(project)
-
67
configureAssembleTask(project)
68
69
configurePluginResources(project)
70
71
configureJarTask(project)
72
73
configureSourcesJarTask(project)
74
}
75
0 commit comments