Skip to content

Commit 939b61a

Browse files
authored
Merge pull request #15225 from apache/java-library
2 parents 795c8ab + d54a68b commit 939b61a

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

grails-gradle/plugins/src/main/groovy/org/grails/gradle/plugin/core/GrailsPluginGradlePlugin.groovy

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,16 +60,13 @@ class GrailsPluginGradlePlugin extends GrailsGradlePlugin {
6060
void apply(Project project) {
6161
super.apply(project)
6262

63-
checkForConfigurationClash(project)
63+
project.pluginManager.apply('java-library')
6464

65+
checkForConfigurationClash(project)
6566
configureAstSources(project)
66-
6767
configureAssembleTask(project)
68-
6968
configurePluginResources(project)
70-
7169
configureJarTask(project)
72-
7370
configureSourcesJarTask(project)
7471
}
7572

0 commit comments

Comments
 (0)