1
0
mirror of https://github.com/chylex/IntelliJ-Rainbow-Brackets.git synced 2025-05-28 08:34:03 +02:00
This commit is contained in:
张志豪 2020-08-29 09:23:25 +08:00
parent dce82c9fb7
commit 36e96bf16a
3 changed files with 11 additions and 1 deletions
build.gradlegradle.properties
src/main/resources/META-INF

View File

@ -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

View File

@ -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

View File

@ -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>