mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix gant tests
This commit is contained in:
+1
-1
@@ -154,7 +154,7 @@ class GantProjectDescriptor implements LightProjectDescriptor {
|
||||
}
|
||||
|
||||
public Sdk getSdk() {
|
||||
return JavaSdkImpl.getMockJdk15("java 1.5");
|
||||
return JavaSdkImpl.getMockJdk17("java 1.5");
|
||||
}
|
||||
|
||||
public void configureModule(Module module, ModifiableRootModel model, ContentEntry contentEntry) {
|
||||
|
||||
Reference in New Issue
Block a user