diff --git a/.run/Integration tests.run.xml b/.run/Integration tests.run.xml new file mode 100644 index 0000000..5eea528 --- /dev/null +++ b/.run/Integration tests.run.xml @@ -0,0 +1,17 @@ + + + + \ No newline at end of file diff --git a/.run/PUBLISH RELEASE (git).run.xml b/.run/PUBLISH RELEASE (git).run.xml new file mode 100644 index 0000000..d971f0c --- /dev/null +++ b/.run/PUBLISH RELEASE (git).run.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index dffe66c..8d7435a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ plugins { allprojects { group = "deezer.kustomexport" - version = "0.8.1" + version = "0.8.2" repositories { mavenLocal() @@ -34,9 +34,9 @@ allprojects { } // Required by M1 for now (no node build for v14 on M1) -rootProject.plugins.withType { +/*rootProject.plugins.withType { rootProject.the().nodeVersion = "16.0.0" -} +}*/ if (localProperties.getProperty("REPOSITORY_URL") != null) subprojects { diff --git a/samples/package-lock.json b/samples/package-lock.json index d5409a9..a373163 100644 --- a/samples/package-lock.json +++ b/samples/package-lock.json @@ -10,7 +10,7 @@ } }, "../build/js/packages/@kustom/Samples": { - "version": "0.8.0", + "version": "0.8.2", "dev": true, "devDependencies": {} },