Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Oct 18, 2019
1 parent 84329aa commit cdcba93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
18 changes: 1 addition & 17 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.jetbrains.gradle.ext.GradleTask
import org.jetbrains.gradle.ext.ProjectSettings
import org.jetbrains.intellij.tasks.RunIdeTask
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

Expand All @@ -25,20 +23,6 @@ plugins {
idea apply true
kotlin("jvm") version "1.3.50"
id("org.jetbrains.intellij") version "0.4.10"
id("org.jetbrains.gradle.plugin.idea-ext") version "0.3" apply true
}

idea.project {
(this as ExtensionAware)
configure<ProjectSettings> {
runConfigurations {
create<org.jetbrains.gradle.ext.Application>("Run AceJump") {
beforeRun.create<GradleTask>("runIde") {
task = tasks.getByPath("runIde")
}
}
}
}
}

dependencies {
Expand All @@ -55,4 +39,4 @@ intellij {
}

group = "org.acejump"
version = "3.6.0"
version = "3.5.8"
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</description>
<change-notes>
<![CDATA[
Key prioritization for most common keyboard layouts and fixes a number of minor issues.
Improved IdeaVim integration, tagging adjustments and fixes for a number of minor issues.
<a href="https://github.com/acejump/AceJump/blob/master/CHANGES.md">Release Notes</a> ]]>
</change-notes>

Expand Down

0 comments on commit cdcba93

Please sign in to comment.