Version 2.4.3-ect
This commit is contained in:
parent
c9cc8e2615
commit
60b9b76fcd
1 changed files with 10 additions and 2 deletions
12
build.gradle
12
build.gradle
|
@ -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")
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue