Browse Source

Re-enable JDK7 runtime compatibility for Javassist 3.x (until source changes preclude it).

pom.xml changes:
- lower compile source/target to 1.7 (from 1.8, introduced with Javassist 3.24.0)
tags/rel_3_24_1_ga
JCgH4164838Gh792C124B5 5 years ago
parent
commit
02b47cd58f
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      pom.xml

+ 2
- 2
pom.xml View File

@@ -151,8 +151,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
<source>1.7</source>
<target>1.7</target>
<testSource>11</testSource>
<testTarget>11</testTarget>
<testCompilerArgument>-parameters</testCompilerArgument>

Loading…
Cancel
Save