File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
sherlock-branding/resources Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33## About
44
55This is the customized IntelliJ platform for Sherlock Project based
6- off the IntelliJ Platform Version 2024 .2. To read more on the IntelliJ Platform documentation scroll down to the IntelliJ IDEA Community
6+ off the IntelliJ Platform Version 2025.1 .2. To read more on the IntelliJ Platform documentation scroll down to the IntelliJ IDEA Community
77Edition section.
88
99## Download Instructions
@@ -34,7 +34,7 @@ The following steps build Sherlock Platform only on Linux and Mac:
3434* Run ` chmod +x ./build_sherlock_platform.sh ` from the root of the directory to grant access.
3535* Run ` ./build_sherlock_platform.sh ` to build the platform.
3636* Extract the artifact from ` out/sherlock-platform/artifacts ` according to the OS.
37- * Run the platform from ` out/sherlock-platform/artifacts/sherlock-platform-242.21829 /Sherlock\ Platform-2024.2.1 /bin/ `
37+ * Run the platform from ` out/sherlock-platform/artifacts/sherlock-platform/Sherlock\ Platform-2025.1.2 /bin/ `
3838
3939## Creating a New Release for Sherlock Platform
4040
Original file line number Diff line number Diff line change 66 <xi : include href =" /META-INF/SherlockPlatformCustomization.xml" />
77 <xi : include href =" /META-INF/essential-modules.xml" />
88
9- <!-- These are taken from common-ide-modules.xml to bring Jewel and Desktop compose in. We
10- don't need Jewel-based Markdown support in Sherlock yet, so those are left out. -->
9+ <!-- These are taken from common-ide-modules.xml to bring Jewel and Desktop compose in. -->
1110 <content >
1211 <module name =" intellij.libraries.skiko" />
1312 <module name =" intellij.libraries.compose.foundation.desktop" />
1413 <module name =" intellij.platform.compose" />
1514 <module name =" intellij.platform.jewel.foundation" />
1615 <module name =" intellij.platform.jewel.ui" />
1716 <module name =" intellij.platform.jewel.ideLafBridge" />
17+ <!-- Jewel-based Markdown modules are required for bazel build -->
1818 <module name =" intellij.platform.jewel.markdown.core" />
1919 <module name =" intellij.platform.jewel.markdown.ideLafBridgeStyling" />
2020 </content >
Original file line number Diff line number Diff line change 22 <!-- Original version of IntelliJ Platform was: -->
33 <!-- <version major="2025" minor="1.2"/> -->
44 <!-- The following is the Sherlock platform version: -->
5- <version major =" 2" minor =" 0" patch =" 2 " />
5+ <version major =" 2" minor =" 0" patch =" 3 " />
66 <company name =" Google" url =" http://developer.android.com" />
77 <build number =" IC-__BUILD__" date =" __BUILD_DATE__" majorReleaseDate =" 20250416" />
88 <logo url =" /sherlock_logo.png" />
You can’t perform that action at this time.
0 commit comments