Skip to content

Commit 84bdb79

Browse files
release - 2.0.3
Change-Id: I11c6a9917a0a6f39dc24be2f9ebf05f1cd6b4260
2 parents 80c0c0d + e2fbe83 commit 84bdb79

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## About
44

55
This 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
77
Edition 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

sherlock-branding/resources/META-INF/SherlockPlatformPlugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
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>

sherlock-branding/resources/idea/SherlockPlatformApplicationInfo.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"/>

0 commit comments

Comments
 (0)