Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Haag <ehaag@gradle.com>
Signed-off-by: Sorin Florea <sorin.florea.v@gmail.com>
  • Loading branch information
sorin-florea and erichaagdev committed May 23, 2024
1 parent 45fe330 commit f883c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ val copyMavenScripts by tasks.registering(Copy::class) {
inputs.property("project.version", releaseVersion)
inputs.property("summary.version", buildScanSummaryVersion)

from(layout.projectDirectory.dir("components/licenses/gradle"))
from(layout.projectDirectory.dir("components/licenses/maven"))
from(layout.projectDirectory.dir("release").file("version.txt"))
rename("version.txt", "VERSION")

Expand Down

0 comments on commit f883c7c

Please sign in to comment.