Skip to content

Commit 810559a

Browse files
fix type declaration
1 parent 1fc4864 commit 810559a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-aether/src/main/groovy/org/codehaus/groovy/grails/resolve/maven/aether/config/DependenciesConfiguration.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class DependenciesConfiguration {
4141
public static final String SCOPE_OPTIONAL = "optional"
4242
public static final String SCOPE_TEST = "test"
4343
public static final String SCOPE_BUILD = "build"
44-
public static final String ALL_SCOPES = [SCOPE_COMPILE, SCOPE_RUNTIME, SCOPE_PROVIDED, SCOPE_TEST, SCOPE_OPTIONAL,SCOPE_BUILD]
44+
public static final List ALL_SCOPES = [SCOPE_COMPILE, SCOPE_RUNTIME, SCOPE_PROVIDED, SCOPE_TEST, SCOPE_OPTIONAL,SCOPE_BUILD]
4545

4646
AetherDependencyManager dependencyManager
4747
ExclusionDependencySelector exclusionDependencySelector

0 commit comments

Comments
 (0)