Relocate about info

This commit is contained in:
Lanchon 2019-11-19 09:21:29 -03:00
parent 54afec054d
commit a5d8cd6635

View File

@ -21,7 +21,7 @@ task generateResources(type: Sync) {
include 'NOTICE.txt'
include 'LICENSE.txt'
}
into generatedResourcesDir
into generatedResourcesDir.dir('META-INF/about')
}
sourceSets.main.output.dir builtBy: generateResources, generatedResourcesDir