Skip to content

Instantly share code, notes, and snippets.

@umayrh
Created January 9, 2019 16:40
Show Gist options
  • Select an option

  • Save umayrh/f73805e11123bb39ab4d9be73ef4f8eb to your computer and use it in GitHub Desktop.

Select an option

Save umayrh/f73805e11123bb39ab4d9be73ef4f8eb to your computer and use it in GitHub Desktop.
task collectCompileOnlyDependencies (type: Copy) {
from project.configurations.compileOnly
into "$buildDir.absolutePath/jars"
}
https://gist.github.com/yevmel/352c445823d2ecd8f6e9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment