mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-08 03:34:07 +02:00
6.10
This commit is contained in:
parent
dce82c9fb7
commit
36e96bf16a
@ -63,6 +63,10 @@ intellij {
|
||||
setPlugins(*pluginsDependencies)
|
||||
}
|
||||
|
||||
runIde {
|
||||
systemProperty "idea.auto.reload.plugins", false
|
||||
}
|
||||
|
||||
publishPlugin {
|
||||
def authenticationToken = "$System.env.token"
|
||||
token authenticationToken
|
||||
|
@ -6,5 +6,5 @@ javaVersion=1.8
|
||||
kotlinVersion=1.3.72
|
||||
kotlinLanguageVersion=1.3
|
||||
kotlinTargetVersion=1.3
|
||||
version=6.9.1
|
||||
version=6.10
|
||||
publishChannels=Stable
|
||||
|
@ -57,6 +57,12 @@
|
||||
]]></description>
|
||||
|
||||
<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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user