-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drop support of 2020.x versions, because ExecutorRegistryImpl.RunnerH…
…elper appeared only in 2021.1
- Loading branch information
Showing
2 changed files
with
7 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<idea-plugin> | ||
<id>org.turbanov.run.configuration.as.action</id> | ||
<name>Run Configuration as Action</name> | ||
<version>1.5</version> | ||
<version>1.5.1</version> | ||
<vendor email="[email protected]" url="https://github.com/turbanoff/RunConfigurationAsAction">Turbanov Andrey</vendor> | ||
|
||
<description><![CDATA[ | ||
|
@@ -11,6 +11,10 @@ Also, it allows to create button in toolbar to run specific configuration.<br> | |
]]></description> | ||
|
||
<change-notes><![CDATA[ | ||
<h3>1.5.1</h3> | ||
<ul> | ||
<li>Drop support of 2020. Now only 2021+ is supported</li> | ||
</ul> | ||
<h3>1.5</h3> | ||
<ul> | ||
<li>Support Compound configuration</li> | ||
|
@@ -64,7 +68,7 @@ Also, it allows to create button in toolbar to run specific configuration.<br> | |
]]> | ||
</change-notes> | ||
|
||
<idea-version since-build="201"/> | ||
<idea-version since-build="211"/> | ||
|
||
<depends>com.intellij.modules.platform</depends> | ||
|
||
|