Skip to content

Instantly share code, notes, and snippets.

@astachelek
Created September 9, 2011 21:49
Show Gist options
  • Save astachelek/1207420 to your computer and use it in GitHub Desktop.
Save astachelek/1207420 to your computer and use it in GitHub Desktop.
Add FtpServer dependencies to BuildConfig.groovy
dependencies {
// other dependencies for your application go here
....
// test-only dependencies for our FTP server
test 'org.apache.mina:mina-core:2.0.4'
test 'org.apache.ftpserver:ftplet-api:1.0.6'
test 'org.apache.ftpserver:ftpserver-core:1.0.6'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment