mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
gradle: do not set project gradle jvm by default
This commit is contained in:
@@ -27,7 +27,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
public class GradleProjectSettings extends ExternalProjectSettings {
|
||||
|
||||
@Nullable private String myGradleHome;
|
||||
@Nullable private String myGradleJvm = ExternalSystemJdkUtil.USE_PROJECT_JDK;
|
||||
@Nullable private String myGradleJvm;
|
||||
@Nullable private DistributionType distributionType;
|
||||
private boolean disableWrapperSourceDistributionNotification;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user