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