diff --git a/.gitignore b/.gitignore index ea22fc948..d65c52797 100644 --- a/.gitignore +++ b/.gitignore @@ -96,4 +96,3 @@ $RECYCLE.BIN/ # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) !gradle-wrapper.jar -/samples/standalone-new-ui/src/main/kotlin/org/jetbrains/jewel/samples/standalone/expui/pkgs/ diff --git a/.idea/runConfigurations/Check_IJP_version__23_2_.xml b/.idea/runConfigurations/Check_IJP_version__23_2_.xml new file mode 100644 index 000000000..3ae6caca2 --- /dev/null +++ b/.idea/runConfigurations/Check_IJP_version__23_2_.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Check_IJP_version__23_3_.xml b/.idea/runConfigurations/Check_IJP_version__23_3_.xml new file mode 100644 index 000000000..27eefaf44 --- /dev/null +++ b/.idea/runConfigurations/Check_IJP_version__23_3_.xml @@ -0,0 +1,24 @@ + + + + + + + true + true + false + false + + + \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 64e0562a3..e090f74dd 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ coroutines = "1.7.3" detekt = "1.23.1" dokka = "1.8.20" idea232 = "232.10227.8" -idea233 = "233.11799.30-EAP-SNAPSHOT" +idea233 = "233.11799.67-EAP-SNAPSHOT" ideaGradlePlugin = "1.16.0" javaSarif = "2.0" jna = "5.13.0"