Skip to content

Commit

Permalink
Make project properties a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jul 31, 2023
1 parent 8ac932c commit 0b98ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ intellij {
type = 'PC'
plugins = ['python-ce', 'yaml']
updateSinceUntilBuild = false
version = '2023.2'
version = project.properties["intellijVersion"] ?: "2023.2"
}

patchPluginXml {
Expand Down

0 comments on commit 0b98ad5

Please sign in to comment.