File tree Expand file tree Collapse file tree 3 files changed +734
-232
lines changed Expand file tree Collapse file tree 3 files changed +734
-232
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ val copyGradleScripts by tasks.registering(Sync::class) {
130130 inputs.property(" summary.version" , buildScanSummaryVersion)
131131
132132 from(layout.projectDirectory.dir(" components/licenses/gradle" ))
133- from(layout.projectDirectory.file(" NOTICE" ))
133+ from(layout.projectDirectory.file(" components/licenses/ NOTICE" ))
134134 from(layout.projectDirectory.dir(" release" ).file(" version.txt" ))
135135 rename(" version.txt" , " VERSION" )
136136
@@ -182,7 +182,7 @@ val copyMavenScripts by tasks.registering(Sync::class) {
182182 inputs.property(" summary.version" , buildScanSummaryVersion)
183183
184184 from(layout.projectDirectory.dir(" components/licenses/maven" ))
185- from(layout.projectDirectory.file(" NOTICE" ))
185+ from(layout.projectDirectory.file(" components/licenses/ NOTICE" ))
186186 from(layout.projectDirectory.dir(" release" ).file(" version.txt" ))
187187 rename(" version.txt" , " VERSION" )
188188
You can’t perform that action at this time.
0 commit comments