public final class JkPluginIntellij extends JkPlugin
Modifier and Type | Field and Description |
---|---|
boolean |
failOnDepsResolutionError |
boolean |
forceJdkVersion |
boolean |
imlSkipJeka |
java.lang.String |
imlTestExtraModules |
boolean |
useVarPath |
Modifier | Constructor and Description |
---|---|
protected |
JkPluginIntellij(JkCommandSet run) |
Modifier and Type | Method and Description |
---|---|
void |
all() |
void |
allIml() |
void |
iml()
Generates Idea [my-module].iml file
|
void |
modulesXml()
Generate modules.xml files
|
activate, getCommandSet, getLowestJekaCompatibleVersion, help, init, name, toString
public boolean useVarPath
public boolean forceJdkVersion
public boolean failOnDepsResolutionError
public boolean imlSkipJeka
public java.lang.String imlTestExtraModules
protected JkPluginIntellij(JkCommandSet run)