Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed May 29, 2015
1 parent 9c7c9de commit e450293
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ task testJar(type: Jar, dependsOn:classes) {
task allJar(type: Jar, dependsOn:jar) {
archiveName = 'fst-'+version+"-onejar.jar"
from zipTree('lib/objenesis-2.1.jar').matching { true }
from zipTree('lib/jackson-core-2.5.3.jar').matching { true }
from zipTree('lib/javassist-3.19.0-GA.jar').matching { true }
from zipTree('build/libs/fst-'+version+'.jar').matching { true }
}
Expand Down

0 comments on commit e450293

Please sign in to comment.