Move 'README.txt' file

This commit is contained in:
Lanchon 2019-11-19 08:26:43 -03:00
parent 8608c6adf5
commit 54afec054d
2 changed files with 1 additions and 1 deletions

View File

@ -16,8 +16,8 @@ java {
ext.generatedResourcesDir = layout.buildDirectory.get().dir('generated-resources') ext.generatedResourcesDir = layout.buildDirectory.get().dir('generated-resources')
task generateResources(type: Sync) { task generateResources(type: Sync) {
// Add copyright notice license.
from(rootDir) { from(rootDir) {
include 'README.txt'
include 'NOTICE.txt' include 'NOTICE.txt'
include 'LICENSE.txt' include 'LICENSE.txt'
} }