Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
added 5 characters in body
Source Link
Wellington Souza
  • 2.4k
  • 2
  • 23
  • 33

I came across this post searching how to add an extra directory for resources. I found a solution that may be useful to someone. Here is my final configuration to get that:

sourceSets { main { resources { srcDirs "src/main/resources", "src/main/configs" } } } 

I came across this post searching how to add an extra directory for resources. I found a solution that may be useful to someone. Here is my final configuration to get that:

sourceSets { main { resources { srcDirs "src/main/resources", "src/main/configs" } } } 

I came across this post searching how to add an extra directory for resources. I found a solution that may be useful to someone. Here is my final configuration to get that:

sourceSets { main { resources { srcDirs "src/main/resources", "src/main/configs" } } } 
deleted 4 characters in body
Source Link
Wellington Souza
  • 2.4k
  • 2
  • 23
  • 33

I came across this post searching how to add an extra directory for resources. I found the a solution that may be useful to someone. Here is my final configuration to get that:

sourceSets { main { resources { srcDirs "src/main/resources", "src/main/configs" } } } 

I came across this post searching how to add an extra directory for resources. I found the a solution that may be useful to someone. Here is my final configuration to get that:

sourceSets { main { resources { srcDirs "src/main/resources", "src/main/configs" } } } 

I came across this post searching how to add an extra directory for resources. I found a solution that may be useful to someone. Here is my final configuration to get that:

sourceSets { main { resources { srcDirs "src/main/resources", "src/main/configs" } } } 
Source Link
Wellington Souza
  • 2.4k
  • 2
  • 23
  • 33

I came across this post searching how to add an extra directory for resources. I found the a solution that may be useful to someone. Here is my final configuration to get that:

sourceSets { main { resources { srcDirs "src/main/resources", "src/main/configs" } } }