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.
1 parent 335043e commit 3b7380dCopy full SHA for 3b7380d
buildSrc/src/main/groovy/org/elasticsearch/hadoop/gradle/BaseBuildPlugin.groovy
@@ -79,8 +79,6 @@ class BaseBuildPlugin implements Plugin<Project> {
79
// Set on global build info
80
BuildParams.init { params ->
81
params.setMinimumRuntimeVersion(minimumRuntimeVersion)
82
- params.setRuntimeJavaVersion(minimumRuntimeVersion)
83
- params.setRuntimeJavaHome(esHadoopRuntimeJava.javaHome.get())
84
}
85
86
// Set on build settings
0 commit comments