This message was deleted.
# community-support
s
This message was deleted.
1
v
How about just calling b+a instead of a+b?
j
Because
a
is an existing
classpath
property of a task. 🙂
v
a.setFrom(b+a)?
Isn't
plus
returning a new file collection anyway?
j
Silly me,
classpath = project.files(newItem) + classpath
does the job. Thanks!
👌 1