Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Make plugin version match what will be in updatePlugins.xml (#150)
Browse files Browse the repository at this point in the history
Signed-off-by: John Pitman <[email protected]>
  • Loading branch information
jopit authored Aug 5, 2020
1 parent 496f6f9 commit e5f690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ file('src/main/resources/install-version.properties').withInputStream {
}

group 'org.eclipse.codewind.intellij'
version versionProperties.getProperty('install-version') + '-' + BUILD_TIME
version versionProperties.getProperty('install-version')

sourceCompatibility = 1.8

Expand Down

0 comments on commit e5f690b

Please sign in to comment.