diff options
author | sebastian.sellmair <sebastian.sellmair@jetbrains.com> | 2020-07-01 14:30:49 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-07-02 12:48:53 +0200 |
commit | c0ce35627413103d64845ca3c56b9ceab0606b6b (patch) | |
tree | 5eef75366a143f27a4fc61aa6fa236889b01d718 /.run/it-basic_dokka.run.xml | |
parent | 1bd0cba71db2330a5e827860c4fa8c5b7eda12b4 (diff) | |
download | dokka-c0ce35627413103d64845ca3c56b9ceab0606b6b.tar.gz dokka-c0ce35627413103d64845ca3c56b9ceab0606b6b.tar.bz2 dokka-c0ce35627413103d64845ca3c56b9ceab0606b6b.zip |
Re-implement first basic gradle integration test
Diffstat (limited to '.run/it-basic_dokka.run.xml')
-rw-r--r-- | .run/it-basic_dokka.run.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/.run/it-basic_dokka.run.xml b/.run/it-basic_dokka.run.xml new file mode 100644 index 00000000..c5374b94 --- /dev/null +++ b/.run/it-basic_dokka.run.xml @@ -0,0 +1,24 @@ +<component name="ProjectRunConfigurationManager"> + <configuration default="false" name="it-basic:dokka" type="GradleRunConfiguration" factoryName="Gradle"> + <ExternalSystemSettings> + <option name="executionName" /> + <option name="externalProjectPath" value="$PROJECT_DIR$/integration-tests/gradle/projects/it-basic" /> + <option name="externalSystemIdString" value="GRADLE" /> + <option name="scriptParameters" value="" /> + <option name="taskDescriptions"> + <list /> + </option> + <option name="taskNames"> + <list> + <option value="clean" /> + <option value="dokka" /> + </list> + </option> + <option name="vmOptions" value="" /> + </ExternalSystemSettings> + <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled> + <method v="2"> + <option name="Gradle.BeforeRunTask" enabled="true" tasks="publishToMavenLocal" externalProjectPath="$PROJECT_DIR$" vmOptions="" scriptParameters="" /> + </method> + </configuration> +</component>
\ No newline at end of file |