Version 2.4.3-ect

This commit is contained in:
Erik C. Thauvin 2017-05-21 12:48:46 -07:00
parent c9cc8e2615
commit 60b9b76fcd

View file

@ -1,7 +1,7 @@
apply plugin: 'java'
group = 'opensymphony'
version = '2.4.2'
version = '2.4.3-ect'
description = 'OSCache'
defaultTasks 'assemble'
@ -27,4 +27,12 @@ dependencies {
compileJava {
// options.compilerArgs << '-Xlint:deprecation'
}
}
jar {
manifest {
attributes("Implementation-Title": project.description,
"Implementation-Version": version,
"Implementation-Vendor": "OpenSymphony")
}
}