Skip to content

Commit b1089bf

Browse files
committed
fixup
1 parent e07dc8a commit b1089bf

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

rakelib/plugin.rake

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ namespace "plugin" do
125125
end
126126

127127
task "build-fips-validation-plugin" do |task, _|
128-
puts("[plugin:install-fips-validation-plugin] installing fips_validation plugin")
128+
puts("[plugin:build-fips-validation-plugin] installing fips_validation plugin")
129129

130130
with_merged_env("GEM_BUILD_VERSION" => get_versions.fetch("logstash")) do
131131
name = "logstash-integration-fips_validation"

x-pack/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,13 @@ tasks.register("rubyIntegrationTests", Test) {
5959
jvmArgs = ['--add-opens', 'java.base/sun.nio.ch=ALL-UNNAMED', '--add-opens', 'java.base/java.io=ALL-UNNAMED']
6060
}
6161
dependsOn (":copyEs")
62+
dependsOn ":assemble"
6263
dependsOn "buildFipsValidationGem"
6364
inputs.files fileTree("${projectDir}/qa")
6465
inputs.files fileTree("${projectDir}/lib")
6566
inputs.files fileTree("${projectDir}/modules")
67+
inputs.files fileTree("${rootProject.projectDir}/Gemfile.lock")
68+
inputs.files fileTree("${rootProject.projectDir}/logstash-core/lib")
6669
systemProperty 'logstash.root.dir', projectDir.parent
6770
include '/org/logstash/xpack/test/RSpecIntegrationTests.class'
6871
}
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
*.gem
2-
VERSION
2+
GEM_BUILD_VERSION

0 commit comments

Comments
 (0)