This repository was archived by the owner on Jan 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +45
-4
lines changed
Expand file tree Collapse file tree 4 files changed +45
-4
lines changed Original file line number Diff line number Diff line change 1+ <component name =" ProjectRunConfigurationManager" >
2+ <configuration default =" false" name =" Integration tests" type =" ShConfigurationType" >
3+ <option name =" SCRIPT_TEXT" value =" " />
4+ <option name =" INDEPENDENT_SCRIPT_PATH" value =" true" />
5+ <option name =" SCRIPT_PATH" value =" $PROJECT_DIR$/samples/run.sh" />
6+ <option name =" SCRIPT_OPTIONS" value =" " />
7+ <option name =" INDEPENDENT_SCRIPT_WORKING_DIRECTORY" value =" true" />
8+ <option name =" SCRIPT_WORKING_DIRECTORY" value =" $PROJECT_DIR$/samples" />
9+ <option name =" INDEPENDENT_INTERPRETER_PATH" value =" true" />
10+ <option name =" INTERPRETER_PATH" value =" /bin/zsh" />
11+ <option name =" INTERPRETER_OPTIONS" value =" " />
12+ <option name =" EXECUTE_IN_TERMINAL" value =" true" />
13+ <option name =" EXECUTE_SCRIPT_FILE" value =" true" />
14+ <envs />
15+ <method v =" 2" />
16+ </configuration >
17+ </component >
Original file line number Diff line number Diff line change 1+ <component name =" ProjectRunConfigurationManager" >
2+ <configuration default =" false" name =" PUBLISH RELEASE (git)" type =" GradleRunConfiguration" factoryName =" Gradle" >
3+ <ExternalSystemSettings >
4+ <option name =" executionName" />
5+ <option name =" externalProjectPath" value =" $PROJECT_DIR$" />
6+ <option name =" externalSystemIdString" value =" GRADLE" />
7+ <option name =" scriptParameters" value =" " />
8+ <option name =" taskDescriptions" >
9+ <list />
10+ </option >
11+ <option name =" taskNames" >
12+ <list >
13+ <option value =" gitPublishPush" />
14+ </list >
15+ </option >
16+ <option name =" vmOptions" />
17+ </ExternalSystemSettings >
18+ <ExternalSystemDebugServerProcess >true</ExternalSystemDebugServerProcess >
19+ <ExternalSystemReattachDebugProcess >true</ExternalSystemReattachDebugProcess >
20+ <DebugAllEnabled >false</DebugAllEnabled >
21+ <ForceTestExec >false</ForceTestExec >
22+ <method v =" 2" />
23+ </configuration >
24+ </component >
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ plugins {
2424
2525allprojects {
2626 group = " deezer.kustomexport"
27- version = " 0.8.1 "
27+ version = " 0.8.2 "
2828
2929 repositories {
3030 mavenLocal()
@@ -34,9 +34,9 @@ allprojects {
3434}
3535
3636// Required by M1 for now (no node build for v14 on M1)
37- rootProject.plugins.withType< org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin > {
37+ /* rootProject.plugins.withType<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootPlugin> {
3838 rootProject.the<org.jetbrains.kotlin.gradle.targets.js.nodejs.NodeJsRootExtension>().nodeVersion = "16.0.0"
39- }
39+ }*/
4040
4141if (localProperties.getProperty(" REPOSITORY_URL" ) != null )
4242 subprojects {
You can’t perform that action at this time.
0 commit comments