libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 09f031df5c4bc39f76793c456260e756cdb76931
parent 265887f763d21b0d966928df07663e476f548491
Author: Florian Dold <florian.dold@gmail.com>
Date:   Wed,  6 Nov 2019 13:24:47 +0100

add run configurations

Diffstat:
A.idea/runConfigurations/run_sandbox.xml | 22++++++++++++++++++++++
A.idea/runConfigurations/test_sandbox.xml | 22++++++++++++++++++++++
2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/.idea/runConfigurations/run_sandbox.xml b/.idea/runConfigurations/run_sandbox.xml @@ -0,0 +1,21 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="run-sandbox" type="GradleRunConfiguration" factoryName="Gradle"> + <ExternalSystemSettings> + <option name="executionName" /> + <option name="externalProjectPath" value="$PROJECT_DIR$/sandbox" /> + <option name="externalSystemIdString" value="GRADLE" /> + <option name="scriptParameters" value="" /> + <option name="taskDescriptions"> + <list /> + </option> + <option name="taskNames"> + <list> + <option value="run" /> + </list> + </option> + <option name="vmOptions" value="" /> + </ExternalSystemSettings> + <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> + <method v="2" /> + </configuration> +</component> +\ No newline at end of file diff --git a/.idea/runConfigurations/test_sandbox.xml b/.idea/runConfigurations/test_sandbox.xml @@ -0,0 +1,21 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="test-sandbox" type="GradleRunConfiguration" factoryName="Gradle"> + <ExternalSystemSettings> + <option name="executionName" /> + <option name="externalProjectPath" value="$PROJECT_DIR$/sandbox" /> + <option name="externalSystemIdString" value="GRADLE" /> + <option name="scriptParameters" value="" /> + <option name="taskDescriptions"> + <list /> + </option> + <option name="taskNames"> + <list> + <option value="test" /> + </list> + </option> + <option name="vmOptions" value="" /> + </ExternalSystemSettings> + <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> + <method v="2" /> + </configuration> +</component> +\ No newline at end of file