gluonhq / ide-plugins

Gluon integration with Java IDEs
BSD 3-Clause "New" or "Revised" License
20 stars 8 forks source link

Use built-in ProjectImport providers #30

Closed abhinayagarwal closed 4 years ago

abhinayagarwal commented 4 years ago

This PR updates the GluonTemplateModuleBuilder to import both Maven and Gradle projects without explicitly creating an instance of their ImportProviders and rather depends on IJ created providers to do the import.

PR also updates the minimum supported version to 2019.3