Keep bytecode level at 1.8 as we still use default methods jdk8
authorJaroslav Tulach <jaroslav.tulach@apidesign.org>
Sun, 17 Aug 2014 20:09:05 +0200
branchjdk8
changeset 1674eca8e9c3ec3e
parent 1673 2d3d0b72af04
child 1675 cd50c1894ce5
Keep bytecode level at 1.8 as we still use default methods
rt/vm8/pom.xml
     1.1 --- a/rt/vm8/pom.xml	Sun Aug 17 19:58:05 2014 +0200
     1.2 +++ b/rt/vm8/pom.xml	Sun Aug 17 20:09:05 2014 +0200
     1.3 @@ -32,7 +32,7 @@
     1.4                      </execution>
     1.5                  </executions>
     1.6                  <configuration>
     1.7 -                    <target>1.7</target>
     1.8 +                    <target>1.8</target>
     1.9                  </configuration>
    1.10              </plugin>
    1.11          </plugins>