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/compiler.xml
|
||||
!/.idea/encodings.xml
|
||||
!/.idea/gradle.xml
|
||||
!/.idea/vcs.xml
|
||||
/.idea/dictionaries
|
||||
/.idea/inspectionProfiles
|
||||
/.idea/jarRepositories.xml
|
||||
/.idea/misc.xml
|
||||
/.idea/*.iml
|
||||
/.idea/.name
|
||||
|
||||
/.gradle/
|
||||
/build/
|
||||
|
@ -1,14 +1,12 @@
|
||||
@file:Suppress("ConvertLambdaToReference")
|
||||
|
||||
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
|
||||
|
||||
plugins {
|
||||
kotlin("jvm") version "1.6.21"
|
||||
id("org.jetbrains.intellij") version "1.7.0"
|
||||
kotlin("jvm") version "1.6.10"
|
||||
id("org.jetbrains.intellij") version "1.6.0"
|
||||
}
|
||||
|
||||
group = "com.chylex.intellij.rider.vcsgroupbyproject"
|
||||
version = "1.0.2"
|
||||
version = "1.0.1"
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
@ -16,12 +14,13 @@ repositories {
|
||||
|
||||
intellij {
|
||||
type.set("RD")
|
||||
version.set("2022.2")
|
||||
version.set("2022.1")
|
||||
updateSinceUntilBuild.set(false)
|
||||
}
|
||||
|
||||
tasks.patchPluginXml {
|
||||
sinceBuild.set("222")
|
||||
sinceBuild.set("211")
|
||||
untilBuild.set("222") // 222 requires a rebuild
|
||||
}
|
||||
|
||||
tasks.buildSearchableOptions {
|
||||
|
@ -12,11 +12,6 @@
|
||||
]]></description>
|
||||
|
||||
<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>
|
||||
<li>Fixed grouping files belonging to multiple projects under a random project.</li>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user