DarkMatter in Cyberspace
  • Home
  • Categories
  • Tags
  • Archives

Gradle Notes


List dependencies location (run with gradle listdeps):

task listdeps {
  configurations.runtime.files.each { print it; print '\n' }
}

Put dependencies into a local folder 'lib':

task(getjars, type: Copy) {
  into "lib"
  from configurations.runtime
}


Published

Apr 1, 2017

Last Updated

Apr 1, 2017

Category

Tech

Tags

  • gradle 11

Contact

  • Powered by Pelican. Theme: Elegant by Talha Mansoor