Skip to content

Commit 54afec0

Browse files
committed
Move 'README.txt' file
1 parent 8608c6a commit 54afec0

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

configure-artifacts.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ java {
1616
ext.generatedResourcesDir = layout.buildDirectory.get().dir('generated-resources')
1717

1818
task generateResources(type: Sync) {
19-
// Add copyright notice license.
2019
from(rootDir) {
20+
include 'README.txt'
2121
include 'NOTICE.txt'
2222
include 'LICENSE.txt'
2323
}

0 commit comments

Comments
 (0)