Default idea's run config (when importing with idea's gradle tools) to use the _main module. Not a perfect fix but will now work with the default import settings.
This commit is contained in:
		
							parent
							
								
									278c8d2401
								
							
						
					
					
						commit
						4731589579
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| <component name="ProjectRunConfigurationManager"> | ||||
|   <configuration default="false" name="%NAME%" type="Application" factoryName="Application"> | ||||
|     <option name="MAIN_CLASS_NAME" value="%MAIN_CLASS%" /> | ||||
|     <module name="%MODULE%" /> | ||||
|     <module name="%MODULE%_main" /> | ||||
|     <option name="PROGRAM_PARAMETERS" value="%PROGRAM_ARGS%" /> | ||||
|     <option name="VM_PARAMETERS" value="%VM_ARGS%" /> | ||||
|     <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$/run/" /> | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue