Ensure Java runtime container is always properly configured in Eclipse

This commit is contained in:
Sam Brannen
2023-11-04 14:32:34 +01:00
parent 24aa6163f0
commit 12078e6ec5

View File

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