mirror of https://github.com/sbt/sbt.git
Add IntelliJ run configuration for integrationTest/test
This commit is contained in:
parent
b04ecd9427
commit
d7d780e16e
|
|
@ -0,0 +1,12 @@
|
|||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Run integrationTest/test" type="SbtRunConfiguration" factoryName="sbt Task" show_console_on_std_err="false" show_console_on_std_out="false">
|
||||
<option name="allowRunningInParallel" value="false" />
|
||||
<option name="tasks" value="-Dsbt.build.version=1.3.0 universal:packageBin universal:stage integrationTest/test" />
|
||||
<option name="useSbtShell" value="true" />
|
||||
<option name="vmparams" value="-Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled" />
|
||||
<option name="workingDir" value="$PROJECT_DIR$" />
|
||||
<method v="2">
|
||||
<option name="Make" enabled="true" />
|
||||
</method>
|
||||
</configuration>
|
||||
</component>
|
||||
Loading…
Reference in New Issue