Skip to content

Commit 4f5a759

Browse files
committed
fix: re-enable need restart
1 parent dd9ef8a commit 4f5a759

File tree

6 files changed

+8
-5
lines changed

6 files changed

+8
-5
lines changed

plugin/changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v2.1.1
2+
- Re-enable the need to restart the IDE when updating or disabling the plugin to avoid issues like `getService(T::class.java) must not be null`
3+
14
## v2.1.0
25
- Added support for IntelliJ IDEA 2024+
36
- Allow users to set a custom discord application id per project

plugin/v212/src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
18+
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
1919
<id>dev.azn9.plugins.discord</id>
2020
<name>Discord Integration V2</name>
2121
<vendor email="[email protected]" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>

plugin/v223/src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
18+
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
1919
<id>dev.azn9.plugins.discord</id>
2020
<name>Discord Integration V2</name>
2121
<vendor email="[email protected]" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>

plugin/v231/src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
18+
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
1919
<id>dev.azn9.plugins.discord</id>
2020
<name>Discord Integration V2</name>
2121
<vendor email="[email protected]" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>

plugin/v232/src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
18+
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
1919
<id>dev.azn9.plugins.discord</id>
2020
<name>Discord Integration V2</name>
2121
<vendor email="[email protected]" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>

plugin/v242/src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
~ limitations under the License.
1616
-->
1717

18-
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration">
18+
<idea-plugin url="https://github.com/Azn9/JetBrains-Discord-Integration" require-restart="true">
1919
<id>dev.azn9.plugins.discord</id>
2020
<name>Discord Integration V2</name>
2121
<vendor email="[email protected]" url="https://github.com/Azn9/JetBrains-Discord-Integration">Azn9</vendor>

0 commit comments

Comments
 (0)