0

I'm using Gradle flatDir and it's working pretty great for me, but I also work on a Maven project in which I want the same functionalities. Is there any Maven equivalent to the following code?

repositories {
   flatDir {
       dirs 'D:/path/to/local/directory'
   }
}
S_i_l_e_n_t C_o_d_e_r
  • 2,179
  • 2
  • 7
  • 21

0 Answers0