소스 검색

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 년 전
부모
커밋
02b47cd58f
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      pom.xml

+ 2
- 2
pom.xml 파일 보기

@@ -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…
취소
저장