1
0
mirror of https://github.com/chylex/IntelliJ-Keyboard-Master.git synced 2025-04-13 09:15:42 +02:00

Add run configuration & update IDEA project files

This commit is contained in:
chylex 2021-10-14 03:57:37 +02:00
parent f6f65557e2
commit f95fd49da1
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548
3 changed files with 26 additions and 1 deletions
.gitignore
.idea
gradle.xml
runConfigurations

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
/.idea/inspectionProfiles
/.idea/jarRepositories.xml
/.idea/misc.xml
/.idea/*.iml
/.gradle/
/build/

View File

@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="GradleMigrationSettings" migrationVersion="1" />
<component name="GradleSettings">
<option name="linkedExternalProjectsSettings">
<GradleProjectSettings>
<option name="delegatedBuild" value="true" />
<option name="testRunner" value="GRADLE" />
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="modules">
@ -13,4 +16,4 @@
</GradleProjectSettings>
</option>
</component>
</project>
</project>

View File

@ -0,0 +1,21 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Plugin" type="GradleRunConfiguration" factoryName="Gradle">
<ExternalSystemSettings>
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value=":runIde" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list />
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<method v="2" />
</configuration>
</component>