mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-05-14 12:34:03 +02:00
Roll back to older EAP build & now incompatible with Android Studio.
This commit is contained in:
parent
29458ace4b
commit
fbf193162e
@ -46,10 +46,11 @@ def pluginsDependencies = ['java',
|
||||
'properties',
|
||||
'yaml',
|
||||
"org.jetbrains.kotlin:$kotlinVersion-release-IJ2020.1-5",
|
||||
'org.intellij.scala:2020.2.11',
|
||||
'Dart:202.5792.17',
|
||||
'org.jetbrains.plugins.ruby:202.5792.28',
|
||||
'com.jetbrains.php:202.5792.28'
|
||||
'org.intellij.scala:2020.2.5',
|
||||
'Dart:202.4357.23',
|
||||
'org.jetbrains.plugins.ruby:202.4357.23',
|
||||
'com.jetbrains.php:202.4357.23'
|
||||
|
||||
]
|
||||
|
||||
intellij {
|
||||
|
@ -1,7 +1,7 @@
|
||||
group="com.github.izhangzhihao"
|
||||
name="Rainbow Brackets"
|
||||
org.gradle.parallel=true
|
||||
ideaVersion=IU-202-EAP-SNAPSHOT
|
||||
ideaVersion=202.4357.23-EAP-SNAPSHOT
|
||||
javaVersion=11
|
||||
kotlinVersion=1.3.72
|
||||
kotlinLanguageVersion=1.3
|
||||
|
@ -57,6 +57,12 @@
|
||||
]]></description>
|
||||
|
||||
<change-notes><![CDATA[
|
||||
<p>6.7</p>
|
||||
<ul>
|
||||
<li>Fix NPE</li>
|
||||
</ul>
|
||||
<br/>
|
||||
|
||||
<p>6.6</p>
|
||||
<ul>
|
||||
<li>Fix <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets/issues/436">#436: Duplicated indent guides in 2020.2 EAP</a></li>
|
||||
@ -587,6 +593,8 @@
|
||||
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges for description -->
|
||||
<idea-version since-build="202.4357.23"/>
|
||||
|
||||
<incompatible-with>com.intellij.modules.androidstudio</incompatible-with>
|
||||
|
||||
<!-- please see http://confluence.jetbrains.com/display/IDEADEV/Plugin+Compatibility+with+IntelliJ+Platform+Products
|
||||
on how to target different products -->
|
||||
<depends>com.intellij.modules.lang</depends>
|
||||
|
Loading…
Reference in New Issue
Block a user