mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-28 08:34:03 +02:00
6.10
This commit is contained in:
parent
dce82c9fb7
commit
36e96bf16a
@ -63,6 +63,10 @@ intellij {
|
|||||||
setPlugins(*pluginsDependencies)
|
setPlugins(*pluginsDependencies)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
runIde {
|
||||||
|
systemProperty "idea.auto.reload.plugins", false
|
||||||
|
}
|
||||||
|
|
||||||
publishPlugin {
|
publishPlugin {
|
||||||
def authenticationToken = "$System.env.token"
|
def authenticationToken = "$System.env.token"
|
||||||
token authenticationToken
|
token authenticationToken
|
||||||
|
@ -6,5 +6,5 @@ javaVersion=1.8
|
|||||||
kotlinVersion=1.3.72
|
kotlinVersion=1.3.72
|
||||||
kotlinLanguageVersion=1.3
|
kotlinLanguageVersion=1.3
|
||||||
kotlinTargetVersion=1.3
|
kotlinTargetVersion=1.3
|
||||||
version=6.9.1
|
version=6.10
|
||||||
publishChannels=Stable
|
publishChannels=Stable
|
||||||
|
@ -57,6 +57,12 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
<change-notes><![CDATA[
|
||||||
|
<p>6.10</p>
|
||||||
|
<ul>
|
||||||
|
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/480">#480: Plugin Incompatibility: Android Studio 4.2 Alpha 8</a></li>
|
||||||
|
</ul>
|
||||||
|
<br/>
|
||||||
|
|
||||||
<p>6.9.1</p>
|
<p>6.9.1</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/445">#445: No working on Android Studio canary 4.2</a></li>
|
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/445">#445: No working on Android Studio canary 4.2</a></li>
|
||||||
|
Loading…
Reference in New Issue
Block a user