Update /velocity version so implementation stuff can be changed.

This commit is contained in:
Andrew Steinborn
2018-10-25 01:56:41 -04:00
parent c977ddec61
commit 3f612fb5c2
2 changed files with 24 additions and 17 deletions

View File

@@ -18,7 +18,9 @@ jar {
def version = "${project.version} (git-${project.ext.getCurrentShortRevision()}-b${buildNumber})"
attributes 'Main-Class': 'com.velocitypowered.proxy.Velocity'
attributes 'Implementation-Title': "Velocity"
attributes 'Implementation-Version': version
attributes 'Implementation-Vendor': "Velocity Contributors"
}
}