Browse Source

Ensure Java runtime container is always properly configured in Eclipse

pull/31513/head
Sam Brannen 11 months ago
parent
commit
12078e6ec5
  1. 1
      gradle/ide.gradle

1
gradle/ide.gradle

@ -7,6 +7,7 @@ apply plugin: 'eclipse'
eclipse.jdt { eclipse.jdt {
sourceCompatibility = 17 sourceCompatibility = 17
targetCompatibility = 17 targetCompatibility = 17
javaRuntimeName = "JavaSE-17"
} }
// Replace classpath entries with project dependencies (GRADLE-1116) // Replace classpath entries with project dependencies (GRADLE-1116)

Loading…
Cancel
Save