Skip to content

Commit

Permalink
Merge '2022.1.x' into 2022.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Apr 14, 2023
2 parents e9921f2 + 55cf311 commit ee6b0dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class GlobalGrailsPluginTransformation implements ASTTransformation, Compilation
Map<String, Object> pluginProperties = info.getProperties()
String pluginVersion = pluginProperties['version'] ?: projectVersion
String grailsVersion = pluginProperties['grailsVersion'] ?: getClass().getPackage().getImplementationVersion() + ' > *'
String excludes = pluginProperties['pluginExcludes']
Object excludes = pluginProperties['pluginExcludes']
if (excludes instanceof List) {
pluginExcludes.clear()
pluginExcludes.addAll(excludes)
Expand Down

0 comments on commit ee6b0dd

Please sign in to comment.