Skip to content

Commit

Permalink
plugin version 1.15 (since 201.6668.113)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkandalov committed May 26, 2020
1 parent eddfaf2 commit 75f628a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: java
jdk: oraclejdk11

env:
- IJ_VERSION=IC-193.5233.102
- IJ_VERSION=IC-201.6668.113
- IJ_VERSION=LATEST-EAP-SNAPSHOT

script: ./gradlew check buildPlugin --info
8 changes: 1 addition & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import org.gradle.api.internal.HasConvention
import org.jetbrains.intellij.IntelliJPluginExtension
import org.jetbrains.intellij.tasks.RunIdeTask
import org.jetbrains.kotlin.gradle.dsl.KotlinJvmCompile
import org.jetbrains.kotlin.gradle.plugin.KotlinSourceSet

Expand Down Expand Up @@ -41,7 +40,7 @@ tasks.withType<KotlinJvmCompile> {
configure<IntelliJPluginExtension> {
// To find available IDE versions see https://www.jetbrains.com/intellij-repository/releases
val ideVersion = System.getenv().getOrDefault("IJ_VERSION",
"IC-193.5233.102"
"IC-201.6668.113"
// "LATEST-EAP-SNAPSHOT"
)
println("Using ide version: $ideVersion")
Expand All @@ -51,8 +50,3 @@ configure<IntelliJPluginExtension> {
sameSinceUntilBuild = false
updateSinceUntilBuild = false
}

task(name = "runIdeWithDifferentJvm", type = RunIdeTask::class, configuration = {
jbrVersion("jbrex8u152b1024.10")
})

4 changes: 2 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>ijkl-shortcuts</id>
<name>IJKL Shortctus</name>
<version>1.14</version>
<version>1.15</version>
<vendor email="[email protected]" url="https://github.com/dkandalov/ijkl-shortcuts-plugin">Dmitry Kandalov</vendor>

<description><![CDATA[
Expand Down Expand Up @@ -29,7 +29,7 @@
]]></description>

<!-- http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html -->
<idea-version since-build="193.5233.102"/>
<idea-version since-build="201.6668.113"/>

<!-- See http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html -->
<depends>com.intellij.modules.platform</depends>
Expand Down

0 comments on commit 75f628a

Please sign in to comment.