Skip to content

Commit

Permalink
Add incompatible-with to IJ plugin build (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade authored May 21, 2022
1 parent 9f0749b commit 6f147a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spek-ide-plugin-intellij-idea/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ val buildMatrix = mapOf(
"213.6461.79",
"IJ2021.3",
"IJ183",
ij.VersionRange("213.1", "213.*"),
ij.VersionRange("213.1", "223.*"),
listOf("java", "org.jetbrains.kotlin:213-1.6.10-release-944-IJ6461.79")
)
)
Expand All @@ -59,6 +59,8 @@ intellij {
pluginName.set("Spek Framework")
plugins.set(settings.deps)
version.set(settings.sdk)
updateSinceUntilBuild.set(true)
sameSinceUntilBuild.set(false)
}

sourceSets {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
<depends>org.jetbrains.kotlin</depends>
<depends>com.intellij.modules.java</depends>

<incompatible-with>com.intellij.modules.androidstudio</incompatible-with>

<extensions defaultExtensionNs="com.intellij">
<configurationType implementation="org.spekframework.intellij.SpekJvmConfigurationType"/>
<runConfigurationProducer implementation="org.spekframework.intellij.SpekJvmRunConfigurationProducer"/>
Expand Down

0 comments on commit 6f147a1

Please sign in to comment.