We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b8f3ce + 5d2abda commit 36b06a5Copy full SHA for 36b06a5
build.gradle
@@ -16,7 +16,6 @@ group = 'org.neo4j.gds'
16
ext {
17
distributionDir = "${layout.buildDirectory.get()}/distributions"
18
cliDistributionDir = "${layout.buildDirectory.get()}/distributions/estimation-cli"
19
- distributionLicenseFile = file('LICENSE.txt')
20
publicDir = "${project.rootDir}"
21
22
checkstyleReportsDir = "${layout.buildDirectory.get()}/reports/checkstyle/"
open-packaging/build.gradle
@@ -19,7 +19,7 @@ dependencies {
}
tasks.register("licenseFile") {
- outputs.file(distributionLicenseFile)
+ outputs.file(file("$publicDir/LICENSE.txt"))
23
24
25
tasks.register("checkLicensesFile") {
0 commit comments