mirror of
https://github.com/chylex/IntelliJ-Rainbow-Brackets.git
synced 2025-01-30 22:46:00 +01:00
Compare commits
2 Commits
b636835246
...
11754dea88
Author | SHA1 | Date | |
---|---|---|---|
11754dea88 | |||
3fc524f2d8 |
@ -9,7 +9,7 @@ plugins {
|
|||||||
}
|
}
|
||||||
|
|
||||||
group = "com.chylex.intellij.coloredbrackets"
|
group = "com.chylex.intellij.coloredbrackets"
|
||||||
version = "0.0.1"
|
version = "1.0.0"
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
apply(plugin = "org.jetbrains.kotlin.jvm")
|
apply(plugin = "org.jetbrains.kotlin.jvm")
|
||||||
@ -89,6 +89,7 @@ tasks.test {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tasks.buildPlugin {
|
tasks.buildPlugin {
|
||||||
|
|
||||||
val projectName = rootProject.name
|
val projectName = rootProject.name
|
||||||
val instrumentedJarName = "instrumented-$projectName-$version"
|
val instrumentedJarName = "instrumented-$projectName-$version"
|
||||||
|
|
||||||
@ -107,6 +108,7 @@ tasks.buildPlugin {
|
|||||||
relativePath = RelativePath(true, *newPath.toTypedArray())
|
relativePath = RelativePath(true, *newPath.toTypedArray())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
includeEmptyDirs = false
|
includeEmptyDirs = false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,13 +4,14 @@
|
|||||||
<vendor url="https://chylex.com">chylex</vendor>
|
<vendor url="https://chylex.com">chylex</vendor>
|
||||||
|
|
||||||
<description><![CDATA[
|
<description><![CDATA[
|
||||||
Fork of the <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets">Rainbow Brackets</a> plugin by <a href="https://github.com/izhangzhihao">izhangzhihao</a>.
|
Fork of the <a href="https://github.com/izhangzhihao/intellij-rainbow-brackets">Rainbow Brackets</a> plugin by <a href="https://github.com/izhangzhihao">izhangzhihao</a>, based on version 6.26.
|
||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
<change-notes><![CDATA[
|
||||||
<p>6.26</p>
|
<p>1.0.0</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Original version the fork is based on.</li>
|
<li>Added support for CLion and Rider</li>
|
||||||
|
<li>Fixed service initialization warnings reported by 2024.2+</li>
|
||||||
</ul>
|
</ul>
|
||||||
]]></change-notes>
|
]]></change-notes>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user