]> source.dussan.org Git - javassist.git/commit
Update pom.xml to specify that test code is Java 8
authorJohan Kaving <johan.kaving@symsoft.com>
Wed, 2 Jul 2014 11:46:48 +0000 (13:46 +0200)
committerJohan Kaving <johan.kaving@symsoft.com>
Wed, 2 Jul 2014 11:46:48 +0000 (13:46 +0200)
commitc499faf6a8579cdfd266a22c2d5ef491d3bea6cb
tree94813ef5bf148495a49f68c181b146fb6df533e7
parent63403c46a523b4cef3ccf42c481966176ea50335
Update pom.xml to specify that test code is Java 8

To get the test case JvstTest4.testMethodParameters() to work
the <testSource> and <testTarget> elements are set to "1.8"
and the compiler argument "-parameters" is added.
pom.xml