Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 7, 2024
1 parent f98ab7e commit 537f3ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ plugins {

apply plugin: 'org.jetbrains.intellij.platform'

version = "${version}.$buildNumber"

subprojects {
apply plugin: 'org.jetbrains.intellij.platform.module'
}
Expand Down Expand Up @@ -42,7 +40,7 @@ allprojects {


intellijPlatform {
version = ideaVersion
version = "${version}.$buildNumber"
// plugins = ['copyright', 'java']
// downloadSources = Boolean.valueOf(sources)
// sameSinceUntilBuild = Boolean.valueOf(isEAP)
Expand Down

0 comments on commit 537f3ac

Please sign in to comment.