Skip to content

Commit

Permalink
Include version in jar name.
Browse files Browse the repository at this point in the history
  • Loading branch information
briacp committed Mar 10, 2019
1 parent 012b5ec commit b3f0534
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jar {
// plugin's main class name is defined in gradle.properties file.
attributes(
"OmegaT-Plugins": pluginMainClass,
"Plugin-Version": pluginVersion,
"Plugin-Version": version,
"Plugin-Name": pluginName
)
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pluginMainClass=net.briac.omegat.plugin.omt.ManageOMTPackage
pluginName=OMT Package Plugin
pluginVersion=1.0.0
version=1.0.0

omegatDir=C:/Users/briac/AppData/Roaming/OmegaT/plugins/

0 comments on commit b3f0534

Please sign in to comment.