Skip to content

Commit

Permalink
fix versioning properly (newer jetbrains plugins)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike42 committed Aug 29, 2021
1 parent 8ea79ae commit 13898b2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version '2021.2'
version = '2021.2'
}

patchPluginXml {
changeNotes = """This change adds a project template for generic 6502 projects, plus compatibility with 2021.2 IDE releases."""
version = '1.2'
sinceBuild='211.6693'
sinceBuild = '211.6693'
}

runIde {
Expand Down

0 comments on commit 13898b2

Please sign in to comment.