Skip to content

Commit 1dcbfdb

Browse files
authored
Merge pull request #656 from gradle/jthurne/move-notices-file
Move NOTICE to components/licenses/NOTICE
2 parents 5af5317 + 29433d4 commit 1dcbfdb

File tree

3 files changed

+734
-232
lines changed

3 files changed

+734
-232
lines changed

NOTICE

Lines changed: 0 additions & 230 deletions
This file was deleted.

build.gradle.kts

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)