File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ val copyGradleScripts by tasks.registering(Sync::class) {
130
130
inputs.property(" summary.version" , buildScanSummaryVersion)
131
131
132
132
from(layout.projectDirectory.dir(" components/licenses/gradle" ))
133
- from(layout.projectDirectory.file(" NOTICE" ))
133
+ from(layout.projectDirectory.file(" components/licenses/ NOTICE" ))
134
134
from(layout.projectDirectory.dir(" release" ).file(" version.txt" ))
135
135
rename(" version.txt" , " VERSION" )
136
136
@@ -182,7 +182,7 @@ val copyMavenScripts by tasks.registering(Sync::class) {
182
182
inputs.property(" summary.version" , buildScanSummaryVersion)
183
183
184
184
from(layout.projectDirectory.dir(" components/licenses/maven" ))
185
- from(layout.projectDirectory.file(" NOTICE" ))
185
+ from(layout.projectDirectory.file(" components/licenses/ NOTICE" ))
186
186
from(layout.projectDirectory.dir(" release" ).file(" version.txt" ))
187
187
rename(" version.txt" , " VERSION" )
188
188
File renamed without changes.
You can’t perform that action at this time.
0 commit comments