Skip to content

Commit

Permalink
Update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dima74 committed Jun 10, 2020
1 parent e89e776 commit b74457d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import org.jetbrains.intellij.tasks.RunIdeTask
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.jetbrains.intellij") version "0.4.14"
id("org.jetbrains.intellij") version "0.4.21"
java
kotlin("jvm") version "1.3.61"
kotlin("jvm") version "1.3.72"
}

group = "intellij.music"
Expand All @@ -23,14 +23,14 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = "2019.3"
version = "2020.1"
}
configure<JavaPluginConvention> {
sourceCompatibility = JavaVersion.VERSION_1_8
}
tasks.getByName<org.jetbrains.intellij.tasks.PatchPluginXmlTask>("patchPluginXml") {
sinceBuild("182")
untilBuild("300")
untilBuild("700")
changeNotes("""Initial version""")
}
tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit b74457d

Please sign in to comment.