Skip to content

Commit 81782ef

Browse files
remove filters dependency
1 parent 0e3e42e commit 81782ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ publishing {
113113
}
114114
}
115115
}
116-
for(sub in ['rest', 'databinding', 'i18n', 'filters', 'gsp', 'services', 'url-mappings', 'interceptors']) {
116+
for(sub in ['rest', 'databinding', 'i18n', 'gsp', 'services', 'url-mappings', 'interceptors']) {
117117
delegate.dependency {
118118
delegate.groupId "org.grails"
119119
delegate.artifactId "grails-plugin-${sub}"

0 commit comments

Comments
 (0)