We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e16b5 commit 7d57239Copy full SHA for 7d57239
buildSrc/build.gradle
@@ -68,8 +68,8 @@ processResources {
68
* Java version *
69
*****************************************************************************/
70
71
-if (JavaVersion.current() < JavaVersion.VERSION_1_10) {
72
- throw new GradleException('At least Java 10 is required to build elasticsearch gradle tools')
+if (JavaVersion.current() < JavaVersion.VERSION_11) {
+ throw new GradleException('At least Java 11 is required to build elasticsearch gradle tools')
73
}
74
// Gradle 4.10 does not support setting this to 11 yet
75
targetCompatibility = "10"
0 commit comments