We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54afec0 commit a5d8cd6Copy full SHA for a5d8cd6
1 file changed
configure-artifacts.gradle
@@ -21,7 +21,7 @@ task generateResources(type: Sync) {
21
include 'NOTICE.txt'
22
include 'LICENSE.txt'
23
}
24
- into generatedResourcesDir
+ into generatedResourcesDir.dir('META-INF/about')
25
26
27
sourceSets.main.output.dir builtBy: generateResources, generatedResourcesDir
0 commit comments