We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d935441 commit a2ef1cbCopy full SHA for a2ef1cb
x-pack/plugin/ml/build.gradle
@@ -76,6 +76,9 @@ project.afterEvaluate {
76
// Add an extra licenses directory to the combined notices
77
project.tasks.findByName('generateNotice').dependsOn extractNativeLicenses
78
project.tasks.findByName('generateNotice').licensesDir new File("${project.buildDir}/platform/licenses")
79
+ project.tasks.findByName('generateNotice').outputs.upToDateWhen {
80
+ extractNativeLicenses.state.upToDate
81
+ }
82
}
83
84
run {
0 commit comments