mirror of
https://github.com/chylex/Rider-VCS-Group-By-Project.git
synced 2024-11-25 16:42:45 +01:00
Compare commits
No commits in common. "58165311be7d6fcd4068e0e4663a9b419d0962d2" and "2493fd01f1ec82dcffef3af19f77c3fd32b9985c" have entirely different histories.
58165311be
...
2493fd01f1
11
.gitignore
vendored
11
.gitignore
vendored
@ -1,8 +1,9 @@
|
|||||||
/.idea/*
|
/.idea/dictionaries
|
||||||
!/.idea/compiler.xml
|
/.idea/inspectionProfiles
|
||||||
!/.idea/encodings.xml
|
/.idea/jarRepositories.xml
|
||||||
!/.idea/gradle.xml
|
/.idea/misc.xml
|
||||||
!/.idea/vcs.xml
|
/.idea/*.iml
|
||||||
|
/.idea/.name
|
||||||
|
|
||||||
/.gradle/
|
/.gradle/
|
||||||
/build/
|
/build/
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
@file:Suppress("ConvertLambdaToReference")
|
|
||||||
|
|
||||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("jvm") version "1.6.21"
|
kotlin("jvm") version "1.6.10"
|
||||||
id("org.jetbrains.intellij") version "1.7.0"
|
id("org.jetbrains.intellij") version "1.6.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "com.chylex.intellij.rider.vcsgroupbyproject"
|
group = "com.chylex.intellij.rider.vcsgroupbyproject"
|
||||||
version = "1.0.2"
|
version = "1.0.1"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
@ -16,12 +14,13 @@ repositories {
|
|||||||
|
|
||||||
intellij {
|
intellij {
|
||||||
type.set("RD")
|
type.set("RD")
|
||||||
version.set("2022.2")
|
version.set("2022.1")
|
||||||
updateSinceUntilBuild.set(false)
|
updateSinceUntilBuild.set(false)
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.patchPluginXml {
|
tasks.patchPluginXml {
|
||||||
sinceBuild.set("222")
|
sinceBuild.set("211")
|
||||||
|
untilBuild.set("222") // 222 requires a rebuild
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.buildSearchableOptions {
|
tasks.buildSearchableOptions {
|
||||||
|
@ -12,11 +12,6 @@
|
|||||||
]]></description>
|
]]></description>
|
||||||
|
|
||||||
<change-notes><![CDATA[
|
<change-notes><![CDATA[
|
||||||
<b>Version 1.0.2</b>
|
|
||||||
<ul>
|
|
||||||
<li>Updated for Rider 2022.2.</li>
|
|
||||||
</ul>
|
|
||||||
<b>Version 1.0.1</b>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Fixed grouping files belonging to multiple projects under a random project.</li>
|
<li>Fixed grouping files belonging to multiple projects under a random project.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user