diff --git a/gradle/ide.gradle b/gradle/ide.gradle index 2dcc141e81..316d7634fc 100644 --- a/gradle/ide.gradle +++ b/gradle/ide.gradle @@ -7,6 +7,7 @@ apply plugin: 'eclipse' eclipse.jdt { sourceCompatibility = 17 targetCompatibility = 17 + javaRuntimeName = "JavaSE-17" } // Replace classpath entries with project dependencies (GRADLE-1116)