Skip to content

Commit b508e11

Browse files
committed
Move NOTICE to components/licenses/NOTICE
1 parent 9a3094e commit b508e11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff 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

NOTICE components/licenses/NOTICE

File renamed without changes.

0 commit comments

Comments
 (0)