Skip to content

Commit

Permalink
Fix runtime Java usage in ES fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiera committed Apr 1, 2020
1 parent 335043e commit 3b7380d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ class BaseBuildPlugin implements Plugin<Project> {
// Set on global build info
BuildParams.init { params ->
params.setMinimumRuntimeVersion(minimumRuntimeVersion)
params.setRuntimeJavaVersion(minimumRuntimeVersion)
params.setRuntimeJavaHome(esHadoopRuntimeJava.javaHome.get())
}

// Set on build settings
Expand Down

0 comments on commit 3b7380d

Please sign in to comment.