Replace deprecated method in Gradle
-----------------------------------
Key: S4-43
URL: https://issues.apache.org/jira/browse/S4-43
Project: Apache S4
Issue Type: Bug
Affects Versions: 0.5
Reporter: Leo Neumeyer
Assignee: Matthieu Morel
Priority: Trivial
I updated all deprecated methods in the Gradle build script except this one. I
let you do it. :-)
{code}
The SourceSet.getClasses() method is deprecated and will be removed in the next
version of Gradle. You should use the getOutput() method instead.
Found app class name: org.apache.s4.deploy.TestApp
Found app class name: org.apache.s4.deploy.TestApp
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira