Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Andrew Lyons
pipeline
Commits
5675ba1a
Commit
5675ba1a
authored
Aug 06, 2019
by
Andrew Nicols
Browse files
Stop hinting the moodlePlugins array
parent
1cd0e8e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/org/moodle/ci/Task.groovy
View file @
5675ba1a
...
...
@@ -108,7 +108,7 @@ class Task {
/**
* External plugins to install.
*/
protected
MoodlePlugin
[]
moodlePlugins
=
[]
protected
moodlePlugins
=
[]
/**
* A testsuite to restrict runs to.
...
...
@@ -305,7 +305,7 @@ class Task {
* @param newPlugin The new plugin to install.
*/
def
addMoodlePlugin
(
MoodlePlugin
newPlugin
)
{
moodlePlugins
.
add
(
newPlugin
)
moodlePlugins
<<
newPlugin
}
/**
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment