Skip to content

Commit 36b06a5

Browse files
authored
Merge pull request #9749 from neo-technology/autumn-cleaning
autumn cleaning
2 parents 8b8f3ce + 5d2abda commit 36b06a5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ group = 'org.neo4j.gds'
1616
ext {
1717
distributionDir = "${layout.buildDirectory.get()}/distributions"
1818
cliDistributionDir = "${layout.buildDirectory.get()}/distributions/estimation-cli"
19-
distributionLicenseFile = file('LICENSE.txt')
2019
publicDir = "${project.rootDir}"
2120

2221
checkstyleReportsDir = "${layout.buildDirectory.get()}/reports/checkstyle/"

open-packaging/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
}
2020

2121
tasks.register("licenseFile") {
22-
outputs.file(distributionLicenseFile)
22+
outputs.file(file("$publicDir/LICENSE.txt"))
2323
}
2424

2525
tasks.register("checkLicensesFile") {

0 commit comments

Comments
 (0)