Ensure Java runtime container is always properly configured in Eclipse
This commit is contained in:
@@ -7,6 +7,7 @@ apply plugin: 'eclipse'
|
||||
eclipse.jdt {
|
||||
sourceCompatibility = 17
|
||||
targetCompatibility = 17
|
||||
javaRuntimeName = "JavaSE-17"
|
||||
}
|
||||
|
||||
// Replace classpath entries with project dependencies (GRADLE-1116)
|
||||
|
||||
Reference in New Issue
Block a user